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

Brent Putman putmanb at georgetown.edu
Wed Mar 26 20:45:23 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-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=497d4093af071e556e4ee01a5759e1b332c60e1c

commit 497d4093af071e556e4ee01a5759e1b332c60e1c
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Mar 26 20:45:12 2025 +0000

    Bump version after release
---
 pom.xml                                | 2 +-
 shib-attribute-api/pom.xml             | 2 +-
 shib-attribute-bom/pom.xml             | 2 +-
 shib-attribute-filter-api/pom.xml      | 2 +-
 shib-attribute-filter-impl/pom.xml     | 2 +-
 shib-attribute-filter-spring/pom.xml   | 2 +-
 shib-attribute-impl/pom.xml            | 2 +-
 shib-attribute-resolver-api/pom.xml    | 2 +-
 shib-attribute-resolver-impl/pom.xml   | 2 +-
 shib-attribute-resolver-spring/pom.xml | 2 +-
 shib-attribute-testing/pom.xml         | 2 +-
 shib-saml-attribute-api/pom.xml        | 2 +-
 shib-saml-attribute-impl/pom.xml       | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ac387683..7587be19f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     </description>
 
     <artifactId>shib-attribute-parent</artifactId>
-    <version>5.1.4</version>
+    <version>5.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/shib-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index 9c9d75da5..b9a33f171 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute API</name>
diff --git a/shib-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index 65794e95f..c8687383d 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: BOM</name>
diff --git a/shib-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index 4b3d82d4f..ea74bb4a4 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Filter API</name>
diff --git a/shib-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index 5924c61f1..60e006e05 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Filter Implementation</name>
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index ddb6eae27..323b54b8d 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Filter Spring Integration</name>
diff --git a/shib-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 4abd06c1a..a74b8e321 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Implementation</name>
diff --git a/shib-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index 6a726306b..d654847a9 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Resolver API</name>
diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 4d8f88253..705486f06 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Resolver Implementation</name>
diff --git a/shib-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index be84fab2a..aa38b818e 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute Resolver Spring Integration</name>
diff --git a/shib-attribute-testing/pom.xml b/shib-attribute-testing/pom.xml
index 7bae731b2..3c040efa1 100644
--- a/shib-attribute-testing/pom.xml
+++ b/shib-attribute-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Testing</name>
diff --git a/shib-saml-attribute-api/pom.xml b/shib-saml-attribute-api/pom.xml
index 53bcc040e..581b5b8a5 100644
--- a/shib-saml-attribute-api/pom.xml
+++ b/shib-saml-attribute-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: SAML Attribute API</name>
diff --git a/shib-saml-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index 7761f2598..0928a8891 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-attribute-parent</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: SAML Attribute Implementation</name>

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


More information about the commits mailing list