[java-identity-provider] branch maint-4 updated: Bump dependencies, and IdP to 4.3.0-SNAPSHOT.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 18 13:48:28 UTC 2022
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=7ad86ae8d9d87c5323689dab3aeef8a9959ef9f1
The following commit(s) were added to refs/heads/maint-4 by this push:
new 7ad86ae8d Bump dependencies, and IdP to 4.3.0-SNAPSHOT.
7ad86ae8d is described below
commit 7ad86ae8d9d87c5323689dab3aeef8a9959ef9f1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 18 09:48:25 2022 -0400
Bump dependencies, and IdP to 4.3.0-SNAPSHOT.
---
idp-parent/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 45002ce7a..d804f1970 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.3</version>
+ <version>11.3.4-SNAPSHOT</version>
</parent>
<name>Shibboleth Identity Provider</name>
@@ -20,7 +20,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>4.2.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -68,10 +68,10 @@
<properties>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
- <java-support.version>8.3.1</java-support.version>
+ <java-support.version>8.3.2-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0</opensaml.version>
- <spring-extensions.version>6.2.0</spring-extensions.version>
+ <opensaml.version>4.2.1-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>6.2.1-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.deploy.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list