[java-idp-testbed] branch main updated: Bump parent version after IdP 5.0.0 release
Tom Zeller
tzeller at dragonacea.biz
Sun Sep 17 19:30:03 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=637a087647f8d4a1cc0167302e2103b3c5339b4c
The following commit(s) were added to refs/heads/main by this push:
new 637a087 Bump parent version after IdP 5.0.0 release
637a087 is described below
commit 637a087647f8d4a1cc0167302e2103b3c5339b4c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Sep 17 14:29:49 2023 -0500
Bump parent version after IdP 5.0.0 release
---
pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5e8aba7..5da5ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,14 +15,14 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
- <shib-attribute.version>5.0.0-SNAPSHOT</shib-attribute.version>
- <shib-metadata.version>5.0.0-SNAPSHOT</shib-metadata.version>
+ <idp.version>5.0.1-SNAPSHOT</idp.version>
+ <shib-attribute.version>5.0.1-SNAPSHOT</shib-attribute.version>
+ <shib-metadata.version>5.0.1-SNAPSHOT</shib-metadata.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
- <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
+ <opensaml.version>5.0.1-SNAPSHOT</opensaml.version>
+ <shib-shared.version>9.0.1-SNAPSHOT</shib-shared.version>
<cas-client.version>3.6.4</cas-client.version>
- <oidc-commons.version>3.0.0-SNAPSHOT</oidc-commons.version>
+ <oidc-commons.version>3.0.1-SNAPSHOT</oidc-commons.version>
<idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
<jetty.version>11.0.15</jetty.version>
<jetty-jstl.version>11.0.0</jetty-jstl.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list