[java-identity-provider] branch maint-4.1 updated: Revert parent POM version and override Spring version.

Scott Cantor cantor.2 at osu.edu
Mon Jul 19 19:19:53 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=68f17629703bf58ef74347dc041e4004f780b8fb

The following commit(s) were added to refs/heads/maint-4.1 by this push:
       new  68f176297 Revert parent POM version and override Spring version.
68f176297 is described below

commit 68f17629703bf58ef74347dc041e4004f780b8fb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 19 15:19:45 2021 -0400

    Revert parent POM version and override Spring version.
---
 idp-parent/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index afa778919..690b34b32 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.2.2-SNAPSHOT</version>
+        <version>11.2.1</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -72,6 +72,8 @@
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>4.1.1</opensaml.version>
         <spring-extensions.version>6.1.3-SNAPSHOT</spring-extensions.version>
+        <!-- TODO: Remove when parent POM updated. -->
+        <spring.version>5.3.9</spring.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