[java-opensaml] 01/02: Update files to be tagged for release
Brent Putman
putmanb at georgetown.edu
Tue Feb 4 22:12:47 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=3e01d4e9d57f8a3e1ee276c3b5376233acdb6027
commit 3e01d4e9d57f8a3e1ee276c3b5376233acdb6027
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Feb 4 22:09:53 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..7bed4be 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index f53aa73..c4b0430 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 8bdb59b..1fa3110 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index f3042cd..f6b8471 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 9332cde..deef052 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-beta1</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-beta1</java-support.version>
+ <spring-extensions.version>6.0.0-beta1</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..a98a29c 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index e3b47f0..7391737 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 9089821..1b996f8 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index faa44cf..c12554f 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 5776fc7..cefcb53 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 8fd2fea..448acac 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index d4b3a57..df91c30 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index ccb13bd..e7f1305 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 1455207..3d0a8ec 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 5adcd07..6573d05 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 99f33c4..d96710e 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 7c7a0ba..7c6ebf0 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 5cb645f..8669702 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 05f6d7b..2abdd6d 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index c548a62..0642f13 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 1b7e1b9..d295416 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-beta1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index e0b31b4..268f280 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-beta1</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