[java-opensaml] 01/02: Update files to be tagged for release
Brent Putman
putmanb at georgetown.edu
Mon Mar 22 22:52:02 UTC 2021
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=8548677337b9f44b1e7af44750da2d04c7475d25
commit 8548677337b9f44b1e7af44750da2d04c7475d25
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Mar 22 22:50:32 2021 +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 3da337fd3..87fe69026 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index 9fd9f0ebb..2a68924e8 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 6a1cb0ed0..ab45ef9e8 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index caff26f19..e0475593c 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 158dc7e3f..fccc67e5f 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<packaging>pom</packaging>
<modules>
@@ -49,8 +49,8 @@
</modules>
<properties>
- <java-support.version>8.2.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>6.1.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>8.2.0</java-support.version>
+ <spring-extensions.version>6.1.0</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.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 596862ab9..35961d6d6 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 78a026302..d5cbe4388 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index f4d34db77..086cd6dd6 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 93968478d..92e626448 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index cc5dcd5b4..114faaa0e 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 7a8af8424..6e2ac6b3a 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index b5897e609..a66ed573e 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 8d79329ff..bddeefc00 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index e2b1fc1ad..64bd0513e 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index d70b3a0c4..777fdea6f 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index aa410b421..8b7ea9039 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 81f7019d9..eac1f4f0e 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 7745e0143..6078e2644 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index f61e6afe0..ab510dd5b 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index feae7a2b1..51300eb9b 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index d8e8a72f1..5b3fcab21 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 03048e03f..c8f61fd50 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.1.0-SNAPSHOT</version>
+ <version>4.1.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