[java-opensaml] 01/02: Update files to be tagged for release
Brent Putman
putmanb at georgetown.edu
Tue Mar 19 20:19:10 UTC 2024
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=6996133383904270b3a78b5dfb77a46ab86284e7
commit 6996133383904270b3a78b5dfb77a46ab86284e7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Mar 19 20:18:09 2024 +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 | 4 ++--
24 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 0787e0d37..83c327a21 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: BOM</name>
diff --git a/opensaml-core-api/pom.xml b/opensaml-core-api/pom.xml
index 182d07fec..2f2e8cc75 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Core API</name>
diff --git a/opensaml-core-impl/pom.xml b/opensaml-core-impl/pom.xml
index c1cc8a47a..774edb313 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Core Implementation</name>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 4211a7016..6c86fc586 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Messaging API</name>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 7d033e480..00ee26048 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Messaging Implementations</name>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 11cf63df6..7c3a6211d 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Profile API</name>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 0abe5c737..c54e4b52e 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Profile Implementations</name>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 56391318b..662becf24 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: SAML Provider API</name>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 8229a2985..a5df54276 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: SAML Provider Implementations</name>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index db2832730..ddf8aacd3 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Security API</name>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 35f2bcfa9..94480e06e 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Security Implementation</name>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index 071cb8ced..1ad52bd44 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: SOAP Provider API</name>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 091fa0d8a..8c973760c 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: SOAP Provider Implementations</name>
diff --git a/opensaml-spring/pom.xml b/opensaml-spring/pom.xml
index 17ae0a1b3..1518142f2 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Spring Support</name>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 49290d688..3ba7aaedf 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Storage API</name>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 478983128..dab95ec1c 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Storage Implementation</name>
diff --git a/opensaml-testing/pom.xml b/opensaml-testing/pom.xml
index 16db0a17b..a5a983c06 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: Testing</name>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 777b548fd..0e8ca5bfa 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: XACML Provider API</name>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index e67037afb..98068c314 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</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 d7a406c19..39a877a00 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</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 b2b57405c..1c8d395fc 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: SAML XACML Profile Implementation</name>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 10ccb27d6..358f29f4c 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: XML Security API</name>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 5e4fde631..c0f33283b 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.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
</parent>
<name>OpenSAML :: XML Security Implementation</name>
diff --git a/pom.xml b/pom.xml
index 0b88ae394..1e666a550 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
<!-- If you change the version you *MUST* provoke a jenkins 'site'
build (to populate the javadoc, which is consumed by the
Jenkins 'nightly' builds).
@@ -59,7 +59,7 @@
<properties>
<shibboleth.projectName>java-opensaml</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.1-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.1.1</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