[spring-extensions] branch main updated: Revert parent POM version and override Spring version.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 19 19:18:19 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=6b328b3db834579d2b4171b71ec40cadcd92501c
The following commit(s) were added to refs/heads/main by this push:
new 6b328b3 Revert parent POM version and override Spring version.
6b328b3 is described below
commit 6b328b3db834579d2b4171b71ec40cadcd92501c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 19 15:18:15 2021 -0400
Revert parent POM version and override Spring version.
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0fe5db2..ff8ed7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.2-SNAPSHOT</version>
+ <version>11.2.1</version>
</parent>
<groupId>net.shibboleth.ext</groupId>
@@ -23,6 +23,8 @@
<properties>
<automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
<java-support.version>8.2.1</java-support.version>
+ <!-- TODO: Remove when parent POM updated. -->
+ <spring.version>5.3.9</spring.version>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list