[spring-extensions] branch maint-6 updated: Unlock parent POM for full stack testing.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 18 13:26:19 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-6
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=5aadbca8952c323e28b165edab8c931faa5e61a6
The following commit(s) were added to refs/heads/maint-6 by this push:
new 5aadbca Unlock parent POM for full stack testing.
5aadbca is described below
commit 5aadbca8952c323e28b165edab8c931faa5e61a6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 18 09:26:17 2022 -0400
Unlock parent POM for full stack testing.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6218d2b..43275b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.3</version>
+ <version>11.3.4-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.ext</groupId>
@@ -26,7 +26,7 @@
<properties>
<automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
- <java-support.version>8.3.1</java-support.version>
+ <java-support.version>8.3.2-SNAPSHOT</java-support.version>
<shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
<jdk.version>15.3</jdk.version>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list