[java-identity-provider] 01/02: Update files to be tagged for release

Codeberg noreply at shibboleth.net
Wed May 13 19:29:59 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/c17bbee1ad8998b8ebcfe55603872be8f96ee2a5

commit c17bbee1ad8998b8ebcfe55603872be8f96ee2a5
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed May 13 19:17:36 2026 +0000

    Update files to be tagged for release
---
 idp-admin-api/pom.xml        |  2 +-
 idp-admin-impl/pom.xml       |  2 +-
 idp-authn-api/pom.xml        |  2 +-
 idp-authn-impl/pom.xml       |  2 +-
 idp-bom/pom.xml              |  2 +-
 idp-cas-api/pom.xml          |  2 +-
 idp-cas-impl/pom.xml         |  2 +-
 idp-cli/pom.xml              |  2 +-
 idp-conf-impl/pom.xml        |  2 +-
 idp-consent-api/pom.xml      |  2 +-
 idp-consent-impl/pom.xml     |  2 +-
 idp-core/pom.xml             |  2 +-
 idp-distribution/pom.xml     |  2 +-
 idp-installer/pom.xml        |  2 +-
 idp-msi/pom.xml              |  2 +-
 idp-profile-api/pom.xml      |  2 +-
 idp-profile-impl/pom.xml     |  2 +-
 idp-saml-api/pom.xml         |  2 +-
 idp-saml-impl/pom.xml        |  2 +-
 idp-schema/pom.xml           |  2 +-
 idp-session-api/pom.xml      |  2 +-
 idp-session-impl/pom.xml     |  2 +-
 idp-spring/pom.xml           |  2 +-
 idp-testing/pom.xml          |  2 +-
 idp-ui/pom.xml               |  2 +-
 idp-war-distribution/pom.xml |  2 +-
 idp-war/pom.xml              |  2 +-
 pom.xml                      | 14 +++++++-------
 28 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index ad0e48d50..65d8e5ce1 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Administrative Profile API</name>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 391643db0..2ed651576 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Administrative Profile Implementation</name>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 67f1e3a1d..ec2d86a80 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Authentication API</name>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index ce17a003b..a29a1ebc1 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Authentication Implementation</name>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 18e0cec0d..39454e603 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: BOM</name>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index c63b310b1..52e274e54 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: CAS Protocol API</name>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index d6d86064b..ebd0369e7 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: CAS Protocol Implementation</name>
diff --git a/idp-cli/pom.xml b/idp-cli/pom.xml
index ab17d597e..f8e87047a 100644
--- a/idp-cli/pom.xml
+++ b/idp-cli/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Command Line</name>
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index eb4e78fdd..18ec674ad 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: System Configuration</name>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 9d069c12a..32fd529ef 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Consent API</name>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index ee29be9f2..eb136f4be 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Consent Implementation</name>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 5c9bdee68..9086afd41 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Core</name>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 740b8579b..099a76152 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Distribution</name>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 1dc5b1c46..398dc045c 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Installer</name>
diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 923aa33d4..98869f185 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Msi</name>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 05b3a0768..5ef573eb4 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Profile API</name>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 0663e87e9..39668e752 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Profile Implementation</name>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 42d5d88eb..53330b555 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: SAML Profile API</name>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index ad6f45725..9afe9efc9 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: SAML Profile Implementation</name>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index e08143d4c..da11b63ed 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Configuration Schemas</name>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 76fe6de84..becd4a00a 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Session API</name>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index ffbd083e9..932b4c314 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Session Implementation</name>
diff --git a/idp-spring/pom.xml b/idp-spring/pom.xml
index 3587e2418..2dc752ee6 100644
--- a/idp-spring/pom.xml
+++ b/idp-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Spring Integration</name>
diff --git a/idp-testing/pom.xml b/idp-testing/pom.xml
index ffe1716dc..646d690e4 100644
--- a/idp-testing/pom.xml
+++ b/idp-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: Testing</name>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 2e2f27266..51fb04d05 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: UI Support</name>
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 2a17fa31f..776693e8d 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: WAR distribution</name>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 8edcb9954..67f766e19 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.2</version>
     </parent>
 
     <name>Shibboleth IdP :: WAR</name>
diff --git a/pom.xml b/pom.xml
index 1b270277f..e8d24a9f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.2-SNAPSHOT</version>
+        <version>17.2.2</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -19,7 +19,7 @@
 
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-parent</artifactId>
-    <version>5.2.2-SNAPSHOT</version>
+    <version>5.2.2</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -63,15 +63,15 @@
     <properties>
         <shibboleth.projectName>java-identity-provider</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.2-SNAPSHOT</shib-shared.version>
+        <shib-shared.version>9.2.2</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.2.2-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.2.2</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.2.2-SNAPSHOT</shib-metadata.version>
+        <shib-metadata.version>5.2.2</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.2.2-SNAPSHOT</shib-attribute.version>
+        <shib-attribute.version>5.2.2</shib-attribute.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-        <shib-profile.version>5.2.2-SNAPSHOT</shib-profile.version>
+        <shib-profile.version>5.2.2</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