[java-opensaml] 01/02: Update files to be tagged for release
Brent Putman
putmanb at georgetown.edu
Mon Feb 24 19:42:23 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=192eadf5bf836757c4eccbaeaef70d68973c1f99
commit 192eadf5bf836757c4eccbaeaef70d68973c1f99
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Feb 24 19:38:42 2020 -0500
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 62654fe..968e46e 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index f53aa73..efc948d 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 8bdb59b..d40230a 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index f3042cd..110a615 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index f8392d9..1353c14 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<packaging>pom</packaging>
<modules>
@@ -49,8 +49,8 @@
</modules>
<properties>
- <java-support.version>8.0.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>6.0.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>8.0.0-beta2</java-support.version>
+ <spring-extensions.version>6.0.0-beta2</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 66a4e90..c1c1c22 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index e3b47f0..0e1a407 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 9089821..57e329c 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index faa44cf..6423fb6 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index acdf31f..66492a6 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index be2a00a..93938f8 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index d4b3a57..3f3464d 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index ccb13bd..4a1c35f 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 1455207..822080d 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 5adcd07..3e6f96c 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 99f33c4..636a081 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 7c7a0ba..f0753f1 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 5cb645f..cce435b 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 05f6d7b..5cc9b0a 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index c548a62..5be98da 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 1b7e1b9..55b0b54 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index e0b31b4..c1f27d9 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.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta2</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