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

Phil Smart philip.smart at jisc.ac.uk
Mon Apr 15 18:11:57 UTC 2024


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

philsmart pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=288b60d4ac547b4368d3ff338ebe109182b0b6d7

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

commit 288b60d4ac547b4368d3ff338ebe109182b0b6d7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 15 18:11:52 2024 +0000

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

diff --git a/pom.xml b/pom.xml
index c2847a529..0caae52d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.2</version>
+        <version>17.1.3-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -63,15 +63,15 @@
     <properties>
         <shibboleth.projectName>java-identity-provider</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.1.2</shib-shared.version>
+        <shib-shared.version>9.1.3-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.1.2</opensaml.version>
+        <opensaml.version>5.1.3-SNAPSHOT</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.1.2</shib-metadata.version>
+        <shib-metadata.version>5.1.3-SNAPSHOT</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.1.2</shib-attribute.version>
+        <shib-attribute.version>5.1.3-SNAPSHOT</shib-attribute.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-        <shib-profile.version>5.1.2</shib-profile.version>
+        <shib-profile.version>5.1.3-SNAPSHOT</shib-profile.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