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 17:10:14 UTC

[cxf-fediz] branch 1.4.x-fixes updated: [maven-release-plugin] prepare for next development iteration

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


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new 081f57e  [maven-release-plugin] prepare for next development iteration
081f57e is described below

commit 081f57eaf5f494929dec8ff91a36baa97f095584
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 3 18:10:09 2018 +0100

    [maven-release-plugin] prepare for next development iteration
---
 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..faaa2ba 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.6-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.6-SNAPSHOT</version>
     </parent>
 
 
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml b/examples/jaxrsCxfPluginWebapp/pom.xml
index bb220b0..4d44398 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.6-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..59904b3 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.6-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..a4a1ff1 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.6-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..acd5c69 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.6-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..4749f78 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.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index 2087138..ab542ef 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.6-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..0414a72 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.6-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..b32fa90 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.6-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..7cda4cd 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.6-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..d6ff4c0 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.6-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..5cae946 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.6-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..8f54808 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.6-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..0d553a9 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.6-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..37cba62 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.6-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..d6670af 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.6-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..ea825b2 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.6-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..5dfc05c 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.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty9</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 52685fe..92b2bc7 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.6-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..52df280 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.6-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..5fd4e2a 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.6-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..b409441 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.6-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..154e760 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.6-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..b80137c 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.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat8</artifactId>
diff --git a/pom.xml b/pom.xml
index b380d5a..58ee3bc 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.6-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..68dfa93 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.6-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..42ad433 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.6-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..f0e51bc 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.6-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-oidc</artifactId>
diff --git a/services/pom.xml b/services/pom.xml
index 31e745f..48b228d 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.6-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..a8ff609 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.6-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..121f1a6 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.6-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..d6e6e74 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.6-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..5b0f568 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.6-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..6ea4cdf 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.6-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..1572ea3 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.6-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..9812358 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.6-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..4053824 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.6-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..80a4c3b 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.6-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..31b2978 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.6-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..11c89f8 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.6-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..20a6f01 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.6-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..b9667e0 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.6-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..9d746e3 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.6-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..c5c4dc0 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.6-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..08c6040 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.6-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..fc3bf53 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.6-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..75270e7 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.6-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..b0b2758 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.6-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..5953a10 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.6-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..dbec033 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.6-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..309cb6d 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.6-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..118fe97 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.6-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..14133fe 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.6-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..9563c83 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.6-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..3b5e012 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.6-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..83eca2a 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.6-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..a4d038b 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.6-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..dab38e5 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.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>