[java-identity-provider] 02/02: Bump version after release

Phil Smart philip.smart at jisc.ac.uk
Wed Feb 26 08:20:37 EST 2020


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3cb42ab0c9052aac9bfcae8f6b8d71b6ec621e21

commit 3cb42ab0c9052aac9bfcae8f6b8d71b6ec621e21
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 26 08:12:13 2020 -0500

    Bump version after release
---
 idp-admin-api/pom.xml                 |  2 +-
 idp-admin-impl/pom.xml                |  2 +-
 idp-attribute-api/pom.xml             |  2 +-
 idp-attribute-filter-api/pom.xml      |  2 +-
 idp-attribute-filter-impl/pom.xml     |  2 +-
 idp-attribute-filter-spring/pom.xml   |  2 +-
 idp-attribute-impl/pom.xml            |  2 +-
 idp-attribute-resolver-api/pom.xml    |  2 +-
 idp-attribute-resolver-impl/pom.xml   |  2 +-
 idp-attribute-resolver-spring/pom.xml |  2 +-
 idp-authn-api/pom.xml                 |  2 +-
 idp-authn-impl/pom.xml                |  2 +-
 idp-bom/pom.xml                       |  2 +-
 idp-cas-api/pom.xml                   |  2 +-
 idp-cas-impl/pom.xml                  |  2 +-
 idp-conf/pom.xml                      |  2 +-
 idp-consent-api/pom.xml               |  2 +-
 idp-consent-impl/pom.xml              |  2 +-
 idp-core/pom.xml                      |  2 +-
 idp-distribution/pom.xml              |  2 +-
 idp-installer/pom.xml                 |  2 +-
 idp-parent/pom.xml                    | 12 ++++++------
 idp-profile-api/pom.xml               |  2 +-
 idp-profile-impl/pom.xml              |  2 +-
 idp-profile-spring/pom.xml            |  2 +-
 idp-saml-api/pom.xml                  |  2 +-
 idp-saml-impl/pom.xml                 |  2 +-
 idp-schema/pom.xml                    |  2 +-
 idp-session-api/pom.xml               |  2 +-
 idp-session-impl/pom.xml              |  2 +-
 idp-tests-bom/pom.xml                 |  2 +-
 idp-ui/pom.xml                        |  2 +-
 idp-war-distribution/pom.xml          |  2 +-
 idp-war/pom.xml                       |  2 +-
 34 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 2c094a4..3c83c16 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 0429352..02e40c4 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index cc8605d..5d87a03 100644
--- a/idp-attribute-api/pom.xml
+++ b/idp-attribute-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index 807a6cd..f5c7e61 100644
--- a/idp-attribute-filter-api/pom.xml
+++ b/idp-attribute-filter-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index c4d04c4..3b4d0b5 100644
--- a/idp-attribute-filter-impl/pom.xml
+++ b/idp-attribute-filter-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index 945344c..6c39347 100644
--- a/idp-attribute-filter-spring/pom.xml
+++ b/idp-attribute-filter-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index a6d94a4..c8cd9c7 100644
--- a/idp-attribute-impl/pom.xml
+++ b/idp-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 385de21..4993701 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index 34db9d4..df6e005 100644
--- a/idp-attribute-resolver-impl/pom.xml
+++ b/idp-attribute-resolver-impl/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>net.shibboleth.idp</groupId>
 		<artifactId>idp-parent</artifactId>
-		<version>4.0.0-beta2</version>
+		<version>4.0.0-SNAPSHOT</version>
 		<relativePath>../idp-parent</relativePath>
 	</parent>
 
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index a0aa5dc..e622179 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index ed6826f..dfcac52 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index fae458f..af8038d 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index a548ca3..6cd0e13 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index e088e74..60fcfdb 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 2cf5927..f80b533 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 89756fb..30790d2 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 3e8dc1b..588d71f 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index f1a31f0..f590b6d 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 3872938..dc8921a 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 5489c94..8767fa5 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 1502dc6..a0e2974 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index c6ac355..70d6af8 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.0.0-beta2</version>
+        <version>11.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -20,7 +20,7 @@
 
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-parent</artifactId>
-    <version>4.0.0-beta2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -70,11 +70,11 @@
         <duoweb.version>1.3</duoweb.version>
         <u2flib.version>0.16.0</u2flib.version>
         <cas-client.version>3.5.1</cas-client.version>
-        <idwsfconsumer.version>2.0.0-beta2</idwsfconsumer.version>
-        <java-support.version>8.0.0-beta2</java-support.version>
+        <idwsfconsumer.version>2.0.0-SNAPSHOT</idwsfconsumer.version>
+        <java-support.version>8.0.0-SNAPSHOT</java-support.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.0.0-beta2</opensaml.version>
-        <spring-extensions.version>6.0.0-beta2</spring-extensions.version>
+        <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
+        <spring-extensions.version>6.0.0-SNAPSHOT</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <idp-parent.site.url>${shibboleth.site.url}java-identity-provider/${project.version}/</idp-parent.site.url>
         <idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 79ddd26..20c66fc 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index ec37c87..bd2c35b 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 475b117..c7cab82 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 99563fb..d7799c5 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 496a950..eee6d67 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index d8ea388..2634cd1 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 18ac0da..3fa35cd 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index f4a4cdf..4a8416f 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index b8525b4..f4ddddf 100644
--- a/idp-tests-bom/pom.xml
+++ b/idp-tests-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 9bdda8c..e1bd3db 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 96221cf..3a351a9 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index d64726e..753888f 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.0-beta2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../idp-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