[java-plugin-shibd] branch main updated: Reset POM to 5.2.0 released deps.

Codeberg noreply at shibboleth.net
Mon Feb 2 16:09:42 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/2e8f9a913da08d814b13de7c4844dc4567d25d70

The following commit(s) were added to refs/heads/main by this push:
     new 2e8f9a9  Reset POM to 5.2.0 released deps.
2e8f9a9 is described below

commit 2e8f9a913da08d814b13de7c4844dc4567d25d70
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 2 11:09:30 2026 -0500

    Reset POM to 5.2.0 released deps.
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 559f832..3538031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
      <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.0-SNAPSHOT</version>
+        <version>17.2.0</version>
     </parent>
     
     <groupId>net.shibboleth.sp</groupId>
@@ -18,17 +18,17 @@
     <properties>
         <shibboleth.projectName>java-plugin-shibd</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.0-SNAPSHOT</shib-shared.version>
+        <shib-shared.version>9.2.0</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.2.0-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.2.0</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.2.0-SNAPSHOT</shib-metadata.version>
+        <shib-metadata.version>5.2.0</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.2.0-SNAPSHOT</shib-attribute.version>
+        <shib-attribute.version>5.2.0</shib-attribute.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-        <shib-profile.version>5.2.0-SNAPSHOT</shib-profile.version>
+        <shib-profile.version>5.2.0</shib-profile.version>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>5.2.0-SNAPSHOT</idp.version>
+        <idp.version>5.2.0</idp.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