[java-shib-metadata] branch maint-5.1 updated: Unlock dependencies.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 31 18:26:59 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=c03f5a9b9d1584d5c84c07a025dbccd13d379cc1
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new c03f5a9b Unlock dependencies.
c03f5a9b is described below
commit c03f5a9b9d1584d5c84c07a025dbccd13d379cc1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 31 14:26:55 2024 -0400
Unlock dependencies.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 02a6f395..70bd4f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.3</version>
+ <version>17.1.4-SNAPSHOT</version>
</parent>
<name>Shibboleth Metadata Components</name>
@@ -34,9 +34,9 @@
<properties>
<shibboleth.projectName>java-shib-metadata</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.3</shib-shared.version>
+ <shib-shared.version>9.1.4-SNAPSHOT</shib-shared.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.1.3</opensaml.version>
+ <opensaml.version>5.1.4-SNAPSHOT</opensaml.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list