[java-opensaml] 01/02: Update files to be tagged for release
Codeberg
noreply at shibboleth.net
Thu Jun 18 11:19:54 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/9e162b3eb8d5d7744b68aa02e1b771dacd181187
commit 9e162b3eb8d5d7744b68aa02e1b771dacd181187
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jun 18 08:06:52 2026 +0000
Update files to be tagged for release
---
opensaml-bom/pom.xml | 2 +-
opensaml-core-api/pom.xml | 2 +-
opensaml-core-impl/pom.xml | 2 +-
opensaml-messaging-api/pom.xml | 2 +-
opensaml-messaging-impl/pom.xml | 2 +-
opensaml-profile-api/pom.xml | 2 +-
opensaml-profile-impl/pom.xml | 2 +-
opensaml-saml-api/pom.xml | 2 +-
opensaml-saml-impl/pom.xml | 2 +-
opensaml-security-api/pom.xml | 2 +-
opensaml-security-impl/pom.xml | 2 +-
opensaml-soap-api/pom.xml | 2 +-
opensaml-soap-impl/pom.xml | 2 +-
opensaml-spring/pom.xml | 2 +-
opensaml-storage-api/pom.xml | 2 +-
opensaml-storage-impl/pom.xml | 2 +-
opensaml-testing/pom.xml | 2 +-
opensaml-xacml-api/pom.xml | 2 +-
opensaml-xacml-impl/pom.xml | 2 +-
opensaml-xacml-saml-api/pom.xml | 2 +-
opensaml-xacml-saml-impl/pom.xml | 2 +-
opensaml-xmlsec-api/pom.xml | 2 +-
opensaml-xmlsec-impl/pom.xml | 2 +-
pom.xml | 6 +++---
24 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index c23f43467..2a246f469 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: BOM</name>
diff --git a/opensaml-core-api/pom.xml b/opensaml-core-api/pom.xml
index d237de74c..711b76cb1 100644
--- a/opensaml-core-api/pom.xml
+++ b/opensaml-core-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Core API</name>
diff --git a/opensaml-core-impl/pom.xml b/opensaml-core-impl/pom.xml
index be6d86acd..3adbf19c3 100644
--- a/opensaml-core-impl/pom.xml
+++ b/opensaml-core-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Core Implementation</name>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index e768761d1..4ee1eb4c0 100644
--- a/opensaml-messaging-api/pom.xml
+++ b/opensaml-messaging-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Messaging API</name>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index b913bb085..b2172181e 100644
--- a/opensaml-messaging-impl/pom.xml
+++ b/opensaml-messaging-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Messaging Implementations</name>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 7eb74be0b..098fd00e2 100644
--- a/opensaml-profile-api/pom.xml
+++ b/opensaml-profile-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Profile API</name>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 1ea9c4527..281100111 100644
--- a/opensaml-profile-impl/pom.xml
+++ b/opensaml-profile-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Profile Implementations</name>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 03d8a6488..c5e5b924c 100644
--- a/opensaml-saml-api/pom.xml
+++ b/opensaml-saml-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SAML Provider API</name>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 5d9e81c82..46e0dd91c 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SAML Provider Implementations</name>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index ed4b5d8e7..ecb4c238b 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Security API</name>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index b8dca6c86..a8fbf3a92 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Security Implementation</name>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index 86eb7efda..a956c36a2 100644
--- a/opensaml-soap-api/pom.xml
+++ b/opensaml-soap-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SOAP Provider API</name>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 3abcde223..9a1f2a10c 100644
--- a/opensaml-soap-impl/pom.xml
+++ b/opensaml-soap-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SOAP Provider Implementations</name>
diff --git a/opensaml-spring/pom.xml b/opensaml-spring/pom.xml
index d55ed2475..ce133df9b 100644
--- a/opensaml-spring/pom.xml
+++ b/opensaml-spring/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Spring Support</name>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 3f8a5caeb..35f8b1871 100644
--- a/opensaml-storage-api/pom.xml
+++ b/opensaml-storage-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Storage API</name>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 9026552c8..30ec25711 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Storage Implementation</name>
diff --git a/opensaml-testing/pom.xml b/opensaml-testing/pom.xml
index 97e5a67a5..4a49f73fa 100644
--- a/opensaml-testing/pom.xml
+++ b/opensaml-testing/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: Testing</name>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index cc7e7d065..176b34d3a 100644
--- a/opensaml-xacml-api/pom.xml
+++ b/opensaml-xacml-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: XACML Provider API</name>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 2270f5276..4cbc83505 100644
--- a/opensaml-xacml-impl/pom.xml
+++ b/opensaml-xacml-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: XACML Provider Implementations</name>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 139cdc0d1..35b319d23 100644
--- a/opensaml-xacml-saml-api/pom.xml
+++ b/opensaml-xacml-saml-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SAML XACML Profile API</name>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index 571e2cc9e..09c0fb595 100644
--- a/opensaml-xacml-saml-impl/pom.xml
+++ b/opensaml-xacml-saml-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: SAML XACML Profile Implementation</name>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 0ed2f69c0..396147d8b 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: XML Security API</name>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index aa93f0bb5..848c07891 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
</parent>
<name>OpenSAML :: XML Security Implementation</name>
diff --git a/pom.xml b/pom.xml
index 031b12644..f8591313e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.2.3-SNAPSHOT</version>
+ <version>17.2.3</version>
</parent>
<name>OpenSAML</name>
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.2.3-SNAPSHOT</version>
+ <version>5.2.3</version>
<packaging>pom</packaging>
<modules>
@@ -55,7 +55,7 @@
<properties>
<shibboleth.projectName>java-opensaml</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.2.3-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.2.3</shib-shared.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list