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

Brent Putman putmanb at georgetown.edu
Mon Aug 25 18:38:22 UTC 2025


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

putmanb pushed a commit to branch maint-5.1
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=37ac10ca344dd310aae834219912771bf00639c0

commit 37ac10ca344dd310aae834219912771bf00639c0
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Aug 25 18:35:34 2025 +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 b15cc70f..97744d07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.6</version>
+        <version>17.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Components</name>
@@ -18,7 +18,7 @@
     </description>
 
     <artifactId>shib-metadata-parent</artifactId>
-    <version>5.1.6</version>
+    <version>5.1.7-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.1.6</shib-shared.version>
+        <shib-shared.version>9.1.7-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.1.6</opensaml.version>
+        <opensaml.version>5.1.7-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 e8c465bb..74dd163f 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.1.6</version>
+        <version>5.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: API</name>
diff --git a/shib-metadata-bom/pom.xml b/shib-metadata-bom/pom.xml
index 8c37eddc..9e15d8ef 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.1.6</version>
+        <version>5.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: BOM</name>
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index c240ba6c..a9cb699e 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.1.6</version>
+        <version>5.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: Implementation</name>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index dc4f9735..d2e2d330 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.1.6</version>
+        <version>5.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata :: Spring Integration</name>
diff --git a/shib-metadata-testing/pom.xml b/shib-metadata-testing/pom.xml
index 24817084..c27f2644 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.1.6</version>
+        <version>5.1.7-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