You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by jo...@apache.org on 2010/02/06 16:30:05 UTC

svn commit: r907226 - in /webservices/xmlrpc/trunk: client/pom.xml common/pom.xml dist/pom.xml pom.xml server/pom.xml

Author: jochen
Date: Sat Feb  6 15:30:05 2010
New Revision: 907226

URL: http://svn.apache.org/viewvc?rev=907226&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    webservices/xmlrpc/trunk/client/pom.xml
    webservices/xmlrpc/trunk/common/pom.xml
    webservices/xmlrpc/trunk/dist/pom.xml
    webservices/xmlrpc/trunk/pom.xml
    webservices/xmlrpc/trunk/server/pom.xml

Modified: webservices/xmlrpc/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/client/pom.xml?rev=907226&r1=907225&r2=907226&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/client/pom.xml (original)
+++ webservices/xmlrpc/trunk/client/pom.xml Sat Feb  6 15:30:05 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-client</artifactId>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.1.3</version>
+      <version>3.1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>

Modified: webservices/xmlrpc/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/pom.xml?rev=907226&r1=907225&r2=907226&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/pom.xml (original)
+++ webservices/xmlrpc/trunk/common/pom.xml Sat Feb  6 15:30:05 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-common</artifactId>

Modified: webservices/xmlrpc/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/dist/pom.xml?rev=907226&r1=907225&r2=907226&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/dist/pom.xml (original)
+++ webservices/xmlrpc/trunk/dist/pom.xml Sat Feb  6 15:30:05 2010
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-dist</artifactId>
@@ -64,12 +64,12 @@
     <dependency>
     	<groupId>org.apache.xmlrpc</groupId>
     	<artifactId>xmlrpc-client</artifactId>
-    	<version>3.1.3</version>
+    	<version>3.1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
     	<groupId>org.apache.xmlrpc</groupId>
     	<artifactId>xmlrpc-server</artifactId>
-    	<version>3.1.3</version>
+    	<version>3.1.4-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

Modified: webservices/xmlrpc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=907226&r1=907225&r2=907226&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Sat Feb  6 15:30:05 2010
@@ -29,7 +29,7 @@
   <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc</artifactId>
   <name>Apache XML-RPC</name>
-  <version>3.1.3</version>
+  <version>3.1.4-SNAPSHOT</version>
   <description>
     Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to
     implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle.
@@ -293,9 +293,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/xmlrpc-3.1.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/xmlrpc-3.1.3</developerConnection>
-    <url>https://svn.apache.org/viewvc/webservices/xmlrpc/tags/xmlrpc-3.1.3</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</developerConnection>
+    <url>https://svn.apache.org/viewvc/webservices/xmlrpc/trunk</url>
   </scm>
 
   <build>

Modified: webservices/xmlrpc/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/pom.xml?rev=907226&r1=907225&r2=907226&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/server/pom.xml (original)
+++ webservices/xmlrpc/trunk/server/pom.xml Sat Feb  6 15:30:05 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-server</artifactId>
@@ -71,12 +71,12 @@
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.1.3</version>
+      <version>3.1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
     	<groupId>org.apache.xmlrpc</groupId>
     	<artifactId>xmlrpc-client</artifactId>
-    	<version>3.1.3</version>
+    	<version>3.1.4-SNAPSHOT</version>
     	<scope>test</scope>
     </dependency>
     <dependency>