[java-shib-metadata] 02/02: Bump version after release

Codeberg noreply at shibboleth.net
Wed Jan 28 21:24: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-shib-metadata.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-metadata/commit/1cf7f945baa442b7b9340c9e4d9fbf954a72268a

commit 1cf7f945baa442b7b9340c9e4d9fbf954a72268a
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 28 21:05:07 2026 +0000

    Bump version after release
---
 pom.xml                       | 8 ++++----
 shib-metadata-api/pom.xml     | 2 +-
 shib-metadata-bom/pom.xml     | 2 +-
 shib-metadata-impl/pom.xml    | 2 +-
 shib-metadata-spring/pom.xml  | 2 +-
 shib-metadata-testing/pom.xml | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1278a0d2..4afd94ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.0</version>
+        <version>17.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Components</name>
@@ -18,7 +18,7 @@
     </description>
 
     <artifactId>shib-metadata-parent</artifactId>
-    <version>5.2.0</version>
+    <version>5.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -34,9 +34,9 @@
     <properties>
         <shibboleth.projectName>java-shib-metadata</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.0</shib-shared.version>
+        <shib-shared.version>9.2.1-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.2.0</opensaml.version>
+        <opensaml.version>5.2.1-SNAPSHOT</opensaml.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 1e9ee1c5..221be04a 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-metadata-parent</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: API</name>
diff --git a/shib-metadata-bom/pom.xml b/shib-metadata-bom/pom.xml
index 1719981c..4c0fa15c 100644
--- a/shib-metadata-bom/pom.xml
+++ b/shib-metadata-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-metadata-parent</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: BOM</name>
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 4a3604be..be1ba528 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-metadata-parent</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: Implementation</name>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 028ca779..8e0f34b6 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-metadata-parent</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: Spring Integration</name>
diff --git a/shib-metadata-testing/pom.xml b/shib-metadata-testing/pom.xml
index 6bc373d1..cb43f17f 100644
--- a/shib-metadata-testing/pom.xml
+++ b/shib-metadata-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-metadata-parent</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: Testing</name>

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


More information about the commits mailing list