[java-identity-provider] branch maint-4 updated: Unlock parent POM and java-support/spring-exts/opensaml.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 11 20:12:21 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=12c9772c3fe97f275c87667721474c05fc853e76
The following commit(s) were added to refs/heads/maint-4 by this push:
new 12c9772c3 Unlock parent POM and java-support/spring-exts/opensaml.
12c9772c3 is described below
commit 12c9772c3fe97f275c87667721474c05fc853e76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 11 16:12:17 2024 -0400
Unlock parent POM and java-support/spring-exts/opensaml.
---
idp-parent/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 9fbf01f2b..c714b41b0 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.7</version>
+ <version>11.3.8-SNAPSHOT</version>
</parent>
<name>Shibboleth Identity Provider</name>
@@ -68,10 +68,10 @@
<properties>
<shibboleth.projectName>java-identity-provider</shibboleth.projectName>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
- <java-support.version>8.4.2</java-support.version>
+ <java-support.version>8.4.3-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.3.2</opensaml.version>
- <spring-extensions.version>6.3.2</spring-extensions.version>
+ <opensaml.version>4.3.3-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>6.3.3-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list