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

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


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

putmanb pushed a commit to branch maint-9.1
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=7cef0802a7fcbc190f6dd9302b75fba8bb3c66e6

commit 7cef0802a7fcbc190f6dd9302b75fba8bb3c66e6
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Aug 25 18:05:43 2025 +0000

    Bump version after 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 99c8aeb2..a9475029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.6</version>
+        <version>17.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared Components</name>
@@ -19,7 +19,7 @@
     </description>
 
     <artifactId>shib-shared-parent</artifactId>
-    <version>9.1.6</version>
+    <version>9.1.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/shib-cli/pom.xml b/shib-cli/pom.xml
index 09daafd6..e6c3fc57 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: CLI Support</name>
diff --git a/shib-networking-spring/pom.xml b/shib-networking-spring/pom.xml
index a8ae8719..df697cf1 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Networking Spring Support</name>
diff --git a/shib-networking/pom.xml b/shib-networking/pom.xml
index a80794d1..66cb7a99 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Networking Support</name>
diff --git a/shib-security-spring/pom.xml b/shib-security-spring/pom.xml
index 7f8fcd0d..22edb38e 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Security Spring Support</name>
diff --git a/shib-security/pom.xml b/shib-security/pom.xml
index 80a2100e..1b51b091 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Security Support</name>
diff --git a/shib-service/pom.xml b/shib-service/pom.xml
index e789ba75..b50470c5 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Services Support</name>
diff --git a/shib-shared-bom/pom.xml b/shib-shared-bom/pom.xml
index c7eab2b3..c5fbf85d 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared Components :: BOM</name>
diff --git a/shib-spring/pom.xml b/shib-spring/pom.xml
index e0eac329..6dbde086 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     
diff --git a/shib-support/pom.xml b/shib-support/pom.xml
index 69d93e66..ddb4b2f8 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Generic Support Classes</name>
diff --git a/shib-testing/pom.xml b/shib-testing/pom.xml
index 5d9d999f..c28239f2 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Testing Support</name>
diff --git a/shib-velocity-spring/pom.xml b/shib-velocity-spring/pom.xml
index 9dbe3a81..94bee34b 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Shared :: Velocity Spring Support</name>
diff --git a/shib-velocity/pom.xml b/shib-velocity/pom.xml
index e711d546..d616e33f 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.1.6</version>
+        <version>9.1.7-SNAPSHOT</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