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 2015/08/06 10:42:45 UTC

[1/2] cxf-fediz git commit: Revert "[maven-release-plugin] prepare for next development iteration"

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.1.x-fixes 29e99f99b -> 0ce5b8f49


Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 29e99f99b923a84b2bad6d71519d2e896e101804.


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/59608ae7
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/59608ae7
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/59608ae7

Branch: refs/heads/1.1.x-fixes
Commit: 59608ae7707a843b55a78777f7204e05d560c735
Parents: 29e99f9
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Aug 6 09:42:22 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Aug 6 09:42:22 2015 +0100

----------------------------------------------------------------------
 apache-fediz/pom.xml                               | 4 ++--
 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/jetty/pom.xml                              | 2 +-
 plugins/pom.xml                                    | 2 +-
 plugins/spring/pom.xml                             | 2 +-
 plugins/spring2/pom.xml                            | 2 +-
 plugins/tomcat/pom.xml                             | 2 +-
 pom.xml                                            | 4 ++--
 services/idp/pom.xml                               | 2 +-
 services/pom.xml                                   | 2 +-
 services/sts/pom.xml                               | 2 +-
 systests/jetty8/pom.xml                            | 2 +-
 systests/pom.xml                                   | 2 +-
 systests/simpleWebapp/pom.xml                      | 2 +-
 systests/spring/pom.xml                            | 2 +-
 systests/spring2Webapp/pom.xml                     | 2 +-
 systests/springPreauthWebapp/pom.xml               | 2 +-
 systests/springWebapp/pom.xml                      | 2 +-
 systests/tests/pom.xml                             | 2 +-
 systests/tomcat7/pom.xml                           | 2 +-
 31 files changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/apache-fediz/pom.xml
----------------------------------------------------------------------
diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index cf620b7..cb1ebed 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -21,14 +21,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.3</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 12f9d96..9340e36 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml
index 53bb106..6aeb89d 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index b23646a..5ea4280 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>spring2Webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml
index 30f20e5..2dc9f99 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springPreauthWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml
index e4eedf2..9c3ad7c 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/wsclientWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml
index 76979dd..d5d93b6 100644
--- a/examples/wsclientWebapp/pom.xml
+++ b/examples/wsclientWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/wsclientWebapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml
index 2b8b871..5c74089 100644
--- a/examples/wsclientWebapp/webapp/pom.xml
+++ b/examples/wsclientWebapp/webapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/wsclientWebapp/webservice/common/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml
index 79e4963..6a2d72f 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/wsclientWebapp/webservice/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml
index 55a082e..c67c17f 100644
--- a/examples/wsclientWebapp/webservice/pom.xml
+++ b/examples/wsclientWebapp/webservice/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/examples/wsclientWebapp/webservice/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml
index 6ae2c4e..c0f58e5 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index a0d269e..3df7d4f 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index b2ec748..e429d9b 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/jetty/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jetty/pom.xml b/plugins/jetty/pom.xml
index 2ed36ff..507152f 100644
--- a/plugins/jetty/pom.xml
+++ b/plugins/jetty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index db4a300..2e49c37 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.1.4-SNAPSHOT</version>
+       <version>1.1.3</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/spring/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 2dc49b1..888abd7 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/spring2/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml
index 62fd31a..b4b5ad7 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring2</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/plugins/tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml
index 860c77c..622b5a4 100644
--- a/plugins/tomcat/pom.xml
+++ b/plugins/tomcat/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09fdf1c..63ae84f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.3</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -93,7 +93,7 @@
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git</developerConnection> 
-      <tag>HEAD</tag>
+      <tag>fediz-1.1.3</tag>
   </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 85568c0..d46d907 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.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 6640af9..d319127 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.1.4-SNAPSHOT</version>
+       <version>1.1.3</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index c06e602..e826ad8 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>fediz</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.1.3</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>fediz-idp-sts</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 8f987ca..949e920 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index 848332b..da9cd73 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.1.4-SNAPSHOT</version>
+       <version>1.1.3</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>systests</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/simpleWebapp/pom.xml b/systests/simpleWebapp/pom.xml
index 22d3cf2..8089c52 100644
--- a/systests/simpleWebapp/pom.xml
+++ b/systests/simpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 1c08773..6de29d3 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring2Webapp/pom.xml b/systests/spring2Webapp/pom.xml
index dec12da..d65c022 100644
--- a/systests/spring2Webapp/pom.xml
+++ b/systests/spring2Webapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.1.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springPreauthWebapp/pom.xml b/systests/springPreauthWebapp/pom.xml
index b8b2ea3..f8c160b 100644
--- a/systests/springPreauthWebapp/pom.xml
+++ b/systests/springPreauthWebapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.1.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springWebapp/pom.xml b/systests/springWebapp/pom.xml
index bdef43a..b603996 100644
--- a/systests/springWebapp/pom.xml
+++ b/systests/springWebapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.1.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/tests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index a9fa56e..2be69f2 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.4-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59608ae7/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index 8a5cb9f..729f7fd 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.apache.cxf.fediz</groupId>
       <artifactId>systests</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.3</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz.systests</groupId>


[2/2] cxf-fediz git commit: Revert "[maven-release-plugin] prepare release fediz-1.1.3"

Posted by co...@apache.org.
Revert "[maven-release-plugin] prepare release fediz-1.1.3"

This reverts commit 3478fa7531520c85af7a9ffc8257aa8e26bfcd65.


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/0ce5b8f4
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/0ce5b8f4
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/0ce5b8f4

Branch: refs/heads/1.1.x-fixes
Commit: 0ce5b8f49400ae38227cacf90f9d5091ec7efb8e
Parents: 59608ae
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Aug 6 09:42:37 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Aug 6 09:42:37 2015 +0100

----------------------------------------------------------------------
 apache-fediz/pom.xml                               | 4 ++--
 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/jetty/pom.xml                              | 2 +-
 plugins/pom.xml                                    | 2 +-
 plugins/spring/pom.xml                             | 2 +-
 plugins/spring2/pom.xml                            | 2 +-
 plugins/tomcat/pom.xml                             | 2 +-
 pom.xml                                            | 4 ++--
 services/idp/pom.xml                               | 2 +-
 services/pom.xml                                   | 2 +-
 services/sts/pom.xml                               | 2 +-
 systests/jetty8/pom.xml                            | 2 +-
 systests/pom.xml                                   | 2 +-
 systests/simpleWebapp/pom.xml                      | 2 +-
 systests/spring/pom.xml                            | 2 +-
 systests/spring2Webapp/pom.xml                     | 2 +-
 systests/springPreauthWebapp/pom.xml               | 2 +-
 systests/springWebapp/pom.xml                      | 2 +-
 systests/tests/pom.xml                             | 2 +-
 systests/tomcat7/pom.xml                           | 2 +-
 31 files changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/apache-fediz/pom.xml
----------------------------------------------------------------------
diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index cb1ebed..c25abb1 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -21,14 +21,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 9340e36..c730772 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml
index 6aeb89d..0b45443 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index 5ea4280..398f9c9 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>spring2Webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml
index 2dc9f99..897f00f 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springPreauthWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml
index 9c3ad7c..28667da 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/wsclientWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml
index d5d93b6..29b4c15 100644
--- a/examples/wsclientWebapp/pom.xml
+++ b/examples/wsclientWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/wsclientWebapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml
index 5c74089..f247397 100644
--- a/examples/wsclientWebapp/webapp/pom.xml
+++ b/examples/wsclientWebapp/webapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/wsclientWebapp/webservice/common/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml
index 6a2d72f..8e41dcf 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/wsclientWebapp/webservice/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml
index c67c17f..ebe8fd1 100644
--- a/examples/wsclientWebapp/webservice/pom.xml
+++ b/examples/wsclientWebapp/webservice/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/examples/wsclientWebapp/webservice/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml
index c0f58e5..743f08d 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index 3df7d4f..eb2258c 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index e429d9b..0d288f5 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/jetty/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jetty/pom.xml b/plugins/jetty/pom.xml
index 507152f..91c45c7 100644
--- a/plugins/jetty/pom.xml
+++ b/plugins/jetty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 2e49c37..628b0a2 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.1.3</version>
+       <version>1.1.3-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/spring/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 888abd7..0194731 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/spring2/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml
index b4b5ad7..69384ec 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring2</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/plugins/tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml
index 622b5a4..716ea01 100644
--- a/plugins/tomcat/pom.xml
+++ b/plugins/tomcat/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 63ae84f..63eb044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -93,7 +93,7 @@
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git</developerConnection> 
-      <tag>fediz-1.1.3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index d46d907..c2fe69d 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.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index d319127..c67d280 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.1.3</version>
+       <version>1.1.3-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index e826ad8..8bf8ac9 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>fediz</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.3-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>fediz-idp-sts</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 949e920..d1ad1b6 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index da9cd73..177268e 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.1.3</version>
+       <version>1.1.3-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>systests</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/simpleWebapp/pom.xml b/systests/simpleWebapp/pom.xml
index 8089c52..cc14362 100644
--- a/systests/simpleWebapp/pom.xml
+++ b/systests/simpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 6de29d3..568dc12 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring2Webapp/pom.xml b/systests/spring2Webapp/pom.xml
index d65c022..0e6eb28 100644
--- a/systests/spring2Webapp/pom.xml
+++ b/systests/spring2Webapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springPreauthWebapp/pom.xml b/systests/springPreauthWebapp/pom.xml
index f8c160b..51990f9 100644
--- a/systests/springPreauthWebapp/pom.xml
+++ b/systests/springPreauthWebapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springWebapp/pom.xml b/systests/springWebapp/pom.xml
index b603996..bd2ae98 100644
--- a/systests/springWebapp/pom.xml
+++ b/systests/springWebapp/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cxf.fediz</groupId>
 		<artifactId>systests</artifactId>
-		<version>1.1.3</version>
+		<version>1.1.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/tests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index 2be69f2..b9dab59 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>systests</artifactId>
-        <version>1.1.3</version>
+        <version>1.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0ce5b8f4/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index 729f7fd..1598fa5 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.apache.cxf.fediz</groupId>
       <artifactId>systests</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.3-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz.systests</groupId>