[java-identity-provider] branch main updated: Replace static idp-consent-api version with project.version
Phil Smart
philip.smart at jisc.ac.uk
Wed Sep 13 13:51:43 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4db5a3972e480b5676e25722b2a04cfa53d2ad5a
The following commit(s) were added to refs/heads/main by this push:
new 4db5a3972 Replace static idp-consent-api version with project.version
4db5a3972 is described below
commit 4db5a3972e480b5676e25722b2a04cfa53d2ad5a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 13:50:44 2023 +0000
Replace static idp-consent-api version with project.version
---
idp-consent-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 542d15aac..101d86794 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -140,7 +140,7 @@
<dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-consent-api</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list