You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/03 20:27:56 UTC

[cxf-fediz] 02/02: Revert "[maven-release-plugin] prepare release fediz-1.4.5"

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit d4f41537a3ec6cf368830760e2e9099f7af07ad2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 3 21:27:44 2018 +0100

    Revert "[maven-release-plugin] prepare release fediz-1.4.5"
    
    This reverts commit f07324e8d0a54c28fa0353396f2e31154ea8cff0.
---
 apache-fediz/pom.xml                               | 4 ++--
 examples/jaxrsCxfPluginWebapp/pom.xml              | 2 +-
 examples/jaxrsSimpleWebapp/pom.xml                 | 2 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml         | 2 +-
 examples/pom.xml                                   | 2 +-
 examples/simpleWebapp/pom.xml                      | 2 +-
 examples/spring2Webapp/pom.xml                     | 2 +-
 examples/springPreauthWebapp/pom.xml               | 2 +-
 examples/springWebapp/pom.xml                      | 2 +-
 examples/wsclientWebapp/pom.xml                    | 2 +-
 examples/wsclientWebapp/webapp/pom.xml             | 2 +-
 examples/wsclientWebapp/webservice/common/pom.xml  | 2 +-
 examples/wsclientWebapp/webservice/pom.xml         | 2 +-
 examples/wsclientWebapp/webservice/service/pom.xml | 2 +-
 plugins/core/pom.xml                               | 2 +-
 plugins/cxf/pom.xml                                | 2 +-
 plugins/jetty8/pom.xml                             | 2 +-
 plugins/jetty9/pom.xml                             | 2 +-
 plugins/pom.xml                                    | 2 +-
 plugins/spring/pom.xml                             | 2 +-
 plugins/spring2/pom.xml                            | 2 +-
 plugins/spring3/pom.xml                            | 2 +-
 plugins/tomcat7/pom.xml                            | 2 +-
 plugins/tomcat8/pom.xml                            | 2 +-
 pom.xml                                            | 4 ++--
 services/idp-core/pom.xml                          | 2 +-
 services/idp/pom.xml                               | 2 +-
 services/oidc/pom.xml                              | 2 +-
 services/pom.xml                                   | 2 +-
 services/sts/pom.xml                               | 2 +-
 systests/custom/pom.xml                            | 2 +-
 systests/cxf/pom.xml                               | 2 +-
 systests/federation/oidcIdpWebapp/pom.xml          | 2 +-
 systests/federation/pom.xml                        | 2 +-
 systests/federation/samlIdpWebapp/pom.xml          | 2 +-
 systests/federation/samlWebapp/pom.xml             | 2 +-
 systests/federation/samlsso/pom.xml                | 2 +-
 systests/federation/unknown-subject/pom.xml        | 2 +-
 systests/federation/wsfed/pom.xml                  | 2 +-
 systests/idp/pom.xml                               | 2 +-
 systests/jetty8/pom.xml                            | 2 +-
 systests/jetty9/pom.xml                            | 2 +-
 systests/kerberos/pom.xml                          | 2 +-
 systests/ldap/pom.xml                              | 2 +-
 systests/oidc/pom.xml                              | 2 +-
 systests/pom.xml                                   | 2 +-
 systests/samlsso/pom.xml                           | 2 +-
 systests/spring/pom.xml                            | 2 +-
 systests/tests/pom.xml                             | 2 +-
 systests/tomcat7/pom.xml                           | 2 +-
 systests/tomcat8/pom.xml                           | 2 +-
 systests/webapps/cxfWebapp/pom.xml                 | 2 +-
 systests/webapps/pom.xml                           | 2 +-
 systests/webapps/simpleWebapp/pom.xml              | 2 +-
 systests/webapps/spring2Webapp/pom.xml             | 2 +-
 systests/webapps/spring3Webapp/pom.xml             | 2 +-
 systests/webapps/springPreauthWebapp/pom.xml       | 2 +-
 systests/webapps/springWebapp/pom.xml              | 2 +-
 58 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index 062e121..9fce50c 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -22,14 +22,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.4.5</version>
+    <version>1.4.5-SNAPSHOT</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
 
 
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml b/examples/jaxrsCxfPluginWebapp/pom.xml
index bb220b0..8964e4b 100644
--- a/examples/jaxrsCxfPluginWebapp/pom.xml
+++ b/examples/jaxrsCxfPluginWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsCxfPluginWebapp</artifactId>
diff --git a/examples/jaxrsSimpleWebapp/pom.xml b/examples/jaxrsSimpleWebapp/pom.xml
index 3bd1c29..7b9d4c9 100644
--- a/examples/jaxrsSimpleWebapp/pom.xml
+++ b/examples/jaxrsSimpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSimpleWebapp</artifactId>
diff --git a/examples/jaxrsSpringSecurityWebapp/pom.xml b/examples/jaxrsSpringSecurityWebapp/pom.xml
index 0f6af19..37b880e 100644
--- a/examples/jaxrsSpringSecurityWebapp/pom.xml
+++ b/examples/jaxrsSpringSecurityWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSpringSecurityWebapp</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3763344..6dd0cf3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>
diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml
index 0406991..b51fa93 100644
--- a/examples/simpleWebapp/pom.xml
+++ b/examples/simpleWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index 2087138..f6cf95c 100644
--- a/examples/spring2Webapp/pom.xml
+++ b/examples/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>spring2Webapp</artifactId>
diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml
index a4e1396..5645e2c 100644
--- a/examples/springPreauthWebapp/pom.xml
+++ b/examples/springPreauthWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springPreauthWebapp</artifactId>
diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml
index 863d6ec..9cedb69 100644
--- a/examples/springWebapp/pom.xml
+++ b/examples/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springWebapp</artifactId>
diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml
index d87414a..d683f53 100644
--- a/examples/wsclientWebapp/pom.xml
+++ b/examples/wsclientWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>
diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml
index b412b01..42f4e17 100644
--- a/examples/wsclientWebapp/webapp/pom.xml
+++ b/examples/wsclientWebapp/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>
diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml
index 3747257..e80569d 100644
--- a/examples/wsclientWebapp/webservice/common/pom.xml
+++ b/examples/wsclientWebapp/webservice/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>
diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml
index c0d0282..1e7fd28 100644
--- a/examples/wsclientWebapp/webservice/pom.xml
+++ b/examples/wsclientWebapp/webservice/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>
diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml
index 1940133..5a77a19 100644
--- a/examples/wsclientWebapp/webservice/service/pom.xml
+++ b/examples/wsclientWebapp/webservice/service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index 5e77815..004106c 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 0b107e0..4fc9c94 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-cxf</artifactId>
diff --git a/plugins/jetty8/pom.xml b/plugins/jetty8/pom.xml
index 13f006a..a48c352 100644
--- a/plugins/jetty8/pom.xml
+++ b/plugins/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty8</artifactId>
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index 9ab3758..3eb6473 100644
--- a/plugins/jetty9/pom.xml
+++ b/plugins/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty9</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 52685fe..908fb0f 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5</version>
+       <version>1.4.5-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index ae5d520..28f801c 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring</artifactId>
diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml
index d8afad3..ff23a17 100644
--- a/plugins/spring2/pom.xml
+++ b/plugins/spring2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring2</artifactId>
diff --git a/plugins/spring3/pom.xml b/plugins/spring3/pom.xml
index 998d151..1736b07 100644
--- a/plugins/spring3/pom.xml
+++ b/plugins/spring3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring3</artifactId>
diff --git a/plugins/tomcat7/pom.xml b/plugins/tomcat7/pom.xml
index 3ee8391..ad93224 100644
--- a/plugins/tomcat7/pom.xml
+++ b/plugins/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat7</artifactId>
diff --git a/plugins/tomcat8/pom.xml b/plugins/tomcat8/pom.xml
index 737b71f..8751fd2 100644
--- a/plugins/tomcat8/pom.xml
+++ b/plugins/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat8</artifactId>
diff --git a/pom.xml b/pom.xml
index b380d5a..fe7c400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.4.5</version>
+    <version>1.4.5-SNAPSHOT</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -103,7 +103,7 @@
     <scm>
         <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-fediz.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</developerConnection>
-      <tag>fediz-1.4.5</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <issueManagement>
diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index aa5e6ca..4758118 100644
--- a/services/idp-core/pom.xml
+++ b/services/idp-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-core</artifactId>
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 2e8ad78..59f9e6c 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index a59fb73..3e6205e 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-oidc</artifactId>
diff --git a/services/pom.xml b/services/pom.xml
index 31e745f..78f161f 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5</version>
+       <version>1.4.5-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 1d1b4b8..2bc0230 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-sts</artifactId>
diff --git a/systests/custom/pom.xml b/systests/custom/pom.xml
index 15ae980..77be499 100644
--- a/systests/custom/pom.xml
+++ b/systests/custom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index a2bbc37..ba24816 100644
--- a/systests/cxf/pom.xml
+++ b/systests/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/federation/oidcIdpWebapp/pom.xml b/systests/federation/oidcIdpWebapp/pom.xml
index d3bd8a8..99637f4 100644
--- a/systests/federation/oidcIdpWebapp/pom.xml
+++ b/systests/federation/oidcIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/pom.xml b/systests/federation/pom.xml
index 5623a6f..6bceb6d 100644
--- a/systests/federation/pom.xml
+++ b/systests/federation/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/federation/samlIdpWebapp/pom.xml b/systests/federation/samlIdpWebapp/pom.xml
index 6fe3899..bb1b461 100644
--- a/systests/federation/samlIdpWebapp/pom.xml
+++ b/systests/federation/samlIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/samlWebapp/pom.xml b/systests/federation/samlWebapp/pom.xml
index 2e5db2b..5edf391 100644
--- a/systests/federation/samlWebapp/pom.xml
+++ b/systests/federation/samlWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/samlsso/pom.xml b/systests/federation/samlsso/pom.xml
index e39394d..8701220 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/unknown-subject/pom.xml b/systests/federation/unknown-subject/pom.xml
index 7eabef5..f9b1473 100644
--- a/systests/federation/unknown-subject/pom.xml
+++ b/systests/federation/unknown-subject/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/wsfed/pom.xml b/systests/federation/wsfed/pom.xml
index 2e3123a..aa661bc 100644
--- a/systests/federation/wsfed/pom.xml
+++ b/systests/federation/wsfed/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index 38f350c..50660e7 100644
--- a/systests/idp/pom.xml
+++ b/systests/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index e1b36d1..1b93c74 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml
index db908da..6adb7ca 100644
--- a/systests/jetty9/pom.xml
+++ b/systests/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index d1e6eea..02af0e4 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/ldap/pom.xml b/systests/ldap/pom.xml
index b91f75e..f60cc5c 100644
--- a/systests/ldap/pom.xml
+++ b/systests/ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml
index 2365908..73cbf6b 100644
--- a/systests/oidc/pom.xml
+++ b/systests/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/pom.xml b/systests/pom.xml
index c4020fd..90ba6d0 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5</version>
+       <version>1.4.5-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>fediz-systests</artifactId>
diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml
index 83911ae..e25a7b5 100644
--- a/systests/samlsso/pom.xml
+++ b/systests/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 6d23833..6842302 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index 618ef67..99d92ac 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index 0131c64..403e3ac 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index e374cad..a0660ca 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/webapps/cxfWebapp/pom.xml b/systests/webapps/cxfWebapp/pom.xml
index 792b606..945652b 100644
--- a/systests/webapps/cxfWebapp/pom.xml
+++ b/systests/webapps/cxfWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/pom.xml b/systests/webapps/pom.xml
index 1a3c51c..53c266a 100644
--- a/systests/webapps/pom.xml
+++ b/systests/webapps/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz-systests</artifactId>
-       <version>1.4.5</version>
+       <version>1.4.5-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz.systests</groupId>
    <artifactId>fediz-systests-webapps</artifactId>
diff --git a/systests/webapps/simpleWebapp/pom.xml b/systests/webapps/simpleWebapp/pom.xml
index e69fcfa..41e6fa4 100644
--- a/systests/webapps/simpleWebapp/pom.xml
+++ b/systests/webapps/simpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/spring2Webapp/pom.xml b/systests/webapps/spring2Webapp/pom.xml
index e31c38e..6a1c4c3 100644
--- a/systests/webapps/spring2Webapp/pom.xml
+++ b/systests/webapps/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/spring3Webapp/pom.xml b/systests/webapps/spring3Webapp/pom.xml
index 66be827..bda3b97 100644
--- a/systests/webapps/spring3Webapp/pom.xml
+++ b/systests/webapps/spring3Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/springPreauthWebapp/pom.xml b/systests/webapps/springPreauthWebapp/pom.xml
index 35d1873..6e996aa 100644
--- a/systests/webapps/springPreauthWebapp/pom.xml
+++ b/systests/webapps/springPreauthWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/springWebapp/pom.xml b/systests/webapps/springWebapp/pom.xml
index 56217d5..047d7c8 100644
--- a/systests/webapps/springWebapp/pom.xml
+++ b/systests/webapps/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5</version>
+        <version>1.4.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>