[java-shib-profile] branch maint-5.1 updated: Update parent version and dependencies
Brent Putman
putmanb at georgetown.edu
Thu Mar 27 19:10:52 UTC 2025
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch maint-5.1
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=7b7ba7850794cd9866782cad857f9cbec941716b
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new 7b7ba78 Update parent version and dependencies
7b7ba78 is described below
commit 7b7ba7850794cd9866782cad857f9cbec941716b
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Mar 27 15:10:49 2025 -0400
Update parent version and dependencies
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index f177888..81f2f5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.4</version>
+ <version>17.1.5-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile Components</name>
@@ -34,13 +34,13 @@
<properties>
<shibboleth.projectName>java-shib-profile</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.4</shib-shared.version>
+ <shib-shared.version>9.1.5-SNAPSHOT</shib-shared.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.1.4</opensaml.version>
+ <opensaml.version>5.1.5-SNAPSHOT</opensaml.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
- <shib-metadata.version>5.1.4</shib-metadata.version>
+ <shib-metadata.version>5.1.5-SNAPSHOT</shib-metadata.version>
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
- <shib-attribute.version>5.1.4</shib-attribute.version>
+ <shib-attribute.version>5.1.5-SNAPSHOT</shib-attribute.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