[java-shib-profile] branch main updated: Update to unlock parent version and Shib dependencies

Brent Putman putmanb at georgetown.edu
Thu Mar 21 21:42:38 UTC 2024


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=92e47309b7060dbfe8b43e0be9cb166bec83c774

The following commit(s) were added to refs/heads/main by this push:
     new 92e4730  Update to unlock parent version and Shib dependencies
92e4730 is described below

commit 92e47309b7060dbfe8b43e0be9cb166bec83c774
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Mar 21 17:42:36 2024 -0400

    Update to unlock parent version and Shib dependencies
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6611e60..5f5e316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.1</version>
+        <version>17.1.2-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.1</shib-shared.version>
+        <shib-shared.version>9.1.2-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.1.1</opensaml.version>
+        <opensaml.version>5.1.2-SNAPSHOT</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.1.1</shib-metadata.version>
+        <shib-metadata.version>5.1.2-SNAPSHOT</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.1.1</shib-attribute.version>
+        <shib-attribute.version>5.1.2-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