[java-opensaml] branch maint-4 updated: Unlock parent POM and dependencies for full stack testing.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 18 13:27:00 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-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=9234d38f2ed96bda741966d961a3128ead56a320
The following commit(s) were added to refs/heads/maint-4 by this push:
new 9234d38f2 Unlock parent POM and dependencies for full stack testing.
9234d38f2 is described below
commit 9234d38f2ed96bda741966d961a3128ead56a320
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 18 09:26:57 2022 -0400
Unlock parent POM and dependencies for full stack testing.
---
opensaml-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index e0938dc71..8bab2a603 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/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>
<name>OpenSAML</name>
@@ -53,8 +53,8 @@
</modules>
<properties>
- <java-support.version>8.3.1</java-support.version>
- <spring-extensions.version>6.2.0</spring-extensions.version>
+ <java-support.version>8.3.2-SNAPSHOT</java-support.version>
+ <spring-extensions.version>6.2.1-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.deploy.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-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