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 2013/02/18 17:19:43 UTC

svn commit: r1447375 - in /cxf/fediz/branches/1.0.x-fixes: ./ apache-fediz/ examples/ examples/simpleWebapp/ examples/wsclientWebapp/ examples/wsclientWebapp/webapp/ examples/wsclientWebapp/webservice/ examples/wsclientWebapp/webservice/common/ example...

Author: coheigea
Date: Mon Feb 18 16:19:41 2013
New Revision: 1447375

URL: http://svn.apache.org/r1447375
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    cxf/fediz/branches/1.0.x-fixes/apache-fediz/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/common/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/pom.xml
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
    cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
    cxf/fediz/branches/1.0.x-fixes/plugins/pom.xml
    cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml
    cxf/fediz/branches/1.0.x-fixes/pom.xml
    cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
    cxf/fediz/branches/1.0.x-fixes/services/pom.xml
    cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml

Modified: cxf/fediz/branches/1.0.x-fixes/apache-fediz/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/apache-fediz/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/apache-fediz/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/apache-fediz/pom.xml Mon Feb 18 16:19:41 2013
@@ -21,14 +21,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.0.3</version>
+    <version>1.0.4-SNAPSHOT</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
 

Modified: cxf/fediz/branches/1.0.x-fixes/examples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml Mon Feb 18 16:19:41 2013
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml Mon Feb 18 16:19:41 2013
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/common/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/common/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/common/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/plugins/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.0.3</version>
+       <version>1.0.4-SNAPSHOT</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/pom.xml Mon Feb 18 16:19:41 2013
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.0.3</version>
+    <version>1.0.4-SNAPSHOT</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -80,9 +80,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/fediz/tags/fediz-1.0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/fediz/tags/fediz-1.0.3</developerConnection>
-        <url>http://svn.apache.org/repos/asf/cxf/fediz/tags/fediz-1.0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/fediz/branches/1.0.x-fixes</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/fediz/branches/1.0.x-fixes</developerConnection>
+        <url>http://svn.apache.org/repos/asf/cxf/fediz/branches/1.0.x-fixes</url>
     </scm>
 
     <issueManagement>

Modified: cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>

Modified: cxf/fediz/branches/1.0.x-fixes/services/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.0.3</version>
+       <version>1.0.4-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>

Modified: cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml?rev=1447375&r1=1447374&r2=1447375&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml Mon Feb 18 16:19:41 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-sts</artifactId>