[java-opensaml] 01/02: Update files to be tagged for release
Brent Putman
putmanb at georgetown.edu
Tue Jan 17 23:17:48 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ca13c9fffba728e3e54aa5022380f276a0862ae9
commit ca13c9fffba728e3e54aa5022380f276a0862ae9
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Jan 17 23:16:21 2023 +0000
Update files to be tagged for release
---
opensaml-bom/pom.xml | 2 +-
opensaml-core/pom.xml | 2 +-
opensaml-messaging-api/pom.xml | 2 +-
opensaml-messaging-impl/pom.xml | 2 +-
opensaml-parent/pom.xml | 6 +++---
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-storage-api/pom.xml | 2 +-
opensaml-storage-impl/pom.xml | 2 +-
opensaml-tests-bom/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 +-
22 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 9d6465e4a..2c788dfdc 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index 707c47ec8..1aab1ce97 100644
--- a/opensaml-core/pom.xml
+++ b/opensaml-core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 127d82c1a..ee8214aaa 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 1bce61d14..fe35a6a48 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 90f8bcf4d..f1a1264d3 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</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).
@@ -53,8 +53,8 @@
</modules>
<properties>
- <java-support.version>8.4.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>6.3.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>8.4.0</java-support.version>
+ <spring-extensions.version>6.3.0</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.deploy.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 1ebad0bd8..9119b6f46 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 9bba82a9f..688e535d1 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 844601d65..751d7e314 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index a0bfd6556..b2ee1df77 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 6138aa9ed..4df93da0f 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 0eafbf2d3..3da7850bd 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index 64a0bf4f3..952329532 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 69ac2d2a7..31e7474b4 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 798e04546..c43fb1638 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 9baa1df0e..b0f9800ec 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 7cc2c2c0a..90cc7eb18 100644
--- a/opensaml-tests-bom/pom.xml
+++ b/opensaml-tests-bom/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 02d29b620..d949585f6 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 81c8f71bd..e0c8a977e 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index e929f4ede..e586620b5 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index a3580974e..c3cb9a1e0 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index a358a1757..297d2e2e6 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 9282b783f..c67ddbb77 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list