[java-shib-attribute] branch main updated: Bump main branch to 5.3.0-SNAPSHOT.

Codeberg noreply at shibboleth.net
Tue Jul 7 18:53:24 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-attribute.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/f17599c8bc2bdc8682c3e2dbd403626c86ecb75f

The following commit(s) were added to refs/heads/main by this push:
     new f17599c8b Bump main branch to 5.3.0-SNAPSHOT.
f17599c8b is described below

commit f17599c8bc2bdc8682c3e2dbd403626c86ecb75f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 7 14:53:13 2026 -0400

    Bump main branch to 5.3.0-SNAPSHOT.
---
 pom.xml                                | 10 +++++-----
 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, 17 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c7a0e5da..c36ed12fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.4-SNAPSHOT</version>
+        <version>17.3.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute Components</name>
@@ -18,7 +18,7 @@
     </description>
 
     <artifactId>shib-attribute-parent</artifactId>
-    <version>5.2.4-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -43,11 +43,11 @@
     <properties>
         <shibboleth.projectName>java-shib-attribute</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.4-SNAPSHOT</shib-shared.version>
+        <shib-shared.version>9.3.0-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.2.4-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.3.0-SNAPSHOT</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.2.4-SNAPSHOT</shib-metadata.version>
+        <shib-metadata.version>5.3.0-SNAPSHOT</shib-metadata.version>
 
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
diff --git a/shib-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index 4b621f68c..038810c06 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Attribute :: Attribute API</name>
diff --git a/shib-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index 3bc0738ad..340aefe49 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 df471c0b2..68f0cb3a0 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 d6d0cd127..9384e3cb9 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 987fdeac9..7a6ca5af1 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 9c48f2dd7..0927f3965 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 d6b33e961..71ff82c09 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 589a6240e..44d2826ac 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 df5241753..e6554e391 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 b209eb523..b0c51d371 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 ac65df441..ee932f414 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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 1c2b547dd..0ebd9d59c 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.2.4-SNAPSHOT</version>
+        <version>5.3.0-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