[java-shib-profile] branch main updated: Bump main branch to 5.3.0-SNAPSHOT.
Codeberg
noreply at shibboleth.net
Tue Jul 7 18:54:26 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-profile.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/d58c7cce875ae66d4bc04798873c46a24ec5a334
The following commit(s) were added to refs/heads/main by this push:
new d58c7cc Bump main branch to 5.3.0-SNAPSHOT.
d58c7cc is described below
commit d58c7cce875ae66d4bc04798873c46a24ec5a334
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 7 14:54:15 2026 -0400
Bump main branch to 5.3.0-SNAPSHOT.
---
pom.xml | 12 ++++++------
shib-profile-api/pom.xml | 2 +-
shib-profile-bom/pom.xml | 2 +-
shib-profile-impl/pom.xml | 2 +-
shib-profile-testing/pom.xml | 2 +-
shib-saml-profile-api/pom.xml | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5d2302e..6bc77a5 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 Profile Components</name>
@@ -17,7 +17,7 @@
</description>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -34,13 +34,13 @@
<properties>
<shibboleth.projectName>java-shib-profile</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>
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
- <shib-attribute.version>5.2.4-SNAPSHOT</shib-attribute.version>
+ <shib-attribute.version>5.3.0-SNAPSHOT</shib-attribute.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-profile-api/pom.xml b/shib-profile-api/pom.xml
index 9420e15..965fb71 100644
--- a/shib-profile-api/pom.xml
+++ b/shib-profile-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile :: Profile API</name>
diff --git a/shib-profile-bom/pom.xml b/shib-profile-bom/pom.xml
index 32760db..09564a5 100644
--- a/shib-profile-bom/pom.xml
+++ b/shib-profile-bom/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile :: BOM</name>
diff --git a/shib-profile-impl/pom.xml b/shib-profile-impl/pom.xml
index 4b27143..7b38208 100644
--- a/shib-profile-impl/pom.xml
+++ b/shib-profile-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile :: Profile Implementation</name>
diff --git a/shib-profile-testing/pom.xml b/shib-profile-testing/pom.xml
index 339c9d4..795eab2 100644
--- a/shib-profile-testing/pom.xml
+++ b/shib-profile-testing/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile :: Testing API</name>
diff --git a/shib-saml-profile-api/pom.xml b/shib-saml-profile-api/pom.xml
index 336e6eb..9478d5f 100644
--- a/shib-saml-profile-api/pom.xml
+++ b/shib-saml-profile-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-profile-parent</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Profile :: SAML Profile API</name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list