[java-shib-shared] 01/02: Update files to be tagged for release

Codeberg noreply at shibboleth.net
Tue Feb 17 19:49:14 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/b487fa903d4f6da74b71a2d5504be756ffe1bfc7

commit b487fa903d4f6da74b71a2d5504be756ffe1bfc7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Feb 17 19:27:19 2026 +0000

    Update files to be tagged for release
---
 pom.xml                        | 4 ++--
 shib-cli/pom.xml               | 2 +-
 shib-networking-spring/pom.xml | 2 +-
 shib-networking/pom.xml        | 2 +-
 shib-security-spring/pom.xml   | 2 +-
 shib-security/pom.xml          | 2 +-
 shib-service/pom.xml           | 2 +-
 shib-shared-bom/pom.xml        | 2 +-
 shib-spring/pom.xml            | 2 +-
 shib-support/pom.xml           | 2 +-
 shib-testing/pom.xml           | 2 +-
 shib-velocity-spring/pom.xml   | 2 +-
 shib-velocity/pom.xml          | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3968cc23..1a4892bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.1-SNAPSHOT</version>
+        <version>17.2.1</version>
     </parent>
 
     <name>Shibboleth Shared Components</name>
@@ -19,7 +19,7 @@
     </description>
 
     <artifactId>shib-shared-parent</artifactId>
-    <version>9.2.1-SNAPSHOT</version>
+    <version>9.2.1</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/shib-cli/pom.xml b/shib-cli/pom.xml
index 0b30d5ba..0fe3c0f5 100644
--- a/shib-cli/pom.xml
+++ b/shib-cli/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: CLI Support</name>
diff --git a/shib-networking-spring/pom.xml b/shib-networking-spring/pom.xml
index 252399d8..0b3c415e 100644
--- a/shib-networking-spring/pom.xml
+++ b/shib-networking-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Networking Spring Support</name>
diff --git a/shib-networking/pom.xml b/shib-networking/pom.xml
index f166ab7e..c4f311b8 100644
--- a/shib-networking/pom.xml
+++ b/shib-networking/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Networking Support</name>
diff --git a/shib-security-spring/pom.xml b/shib-security-spring/pom.xml
index fd3dbf24..51120759 100644
--- a/shib-security-spring/pom.xml
+++ b/shib-security-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Security Spring Support</name>
diff --git a/shib-security/pom.xml b/shib-security/pom.xml
index cad3a5c9..0f24c52c 100644
--- a/shib-security/pom.xml
+++ b/shib-security/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Security Support</name>
diff --git a/shib-service/pom.xml b/shib-service/pom.xml
index c3ce62be..5417ee76 100644
--- a/shib-service/pom.xml
+++ b/shib-service/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Services Support</name>
diff --git a/shib-shared-bom/pom.xml b/shib-shared-bom/pom.xml
index 12c25013..89381918 100644
--- a/shib-shared-bom/pom.xml
+++ b/shib-shared-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared Components :: BOM</name>
diff --git a/shib-spring/pom.xml b/shib-spring/pom.xml
index fc737637..1507c30e 100644
--- a/shib-spring/pom.xml
+++ b/shib-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     
diff --git a/shib-support/pom.xml b/shib-support/pom.xml
index a8e80627..862604e2 100644
--- a/shib-support/pom.xml
+++ b/shib-support/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Generic Support Classes</name>
diff --git a/shib-testing/pom.xml b/shib-testing/pom.xml
index dc28dbd5..2f788135 100644
--- a/shib-testing/pom.xml
+++ b/shib-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Testing Support</name>
diff --git a/shib-velocity-spring/pom.xml b/shib-velocity-spring/pom.xml
index 0eb6b48b..5c739447 100644
--- a/shib-velocity-spring/pom.xml
+++ b/shib-velocity-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Velocity Spring Support</name>
diff --git a/shib-velocity/pom.xml b/shib-velocity/pom.xml
index 91e1964b..f3a1f2b8 100644
--- a/shib-velocity/pom.xml
+++ b/shib-velocity/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-shared-parent</artifactId>
-        <version>9.2.1-SNAPSHOT</version>
+        <version>9.2.1</version>
     </parent>
 
     <name>Shibboleth Shared :: Velocity Support</name>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list