Author: jochen
Date: Wed Aug 30 14:37:33 2006
New Revision: 438646

URL: http://svn.apache.org/viewvc?rev=438646&view=rev
Log:
Starting 3.1-SNAPSHOT

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

Modified: webservices/xmlrpc/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/client/pom.xml?rev=438646&r1=438645&r2=438646&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/client/pom.xml (original)
+++ webservices/xmlrpc/trunk/client/pom.xml Wed Aug 30 14:37:33 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0</version>
+    <version>3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-client</artifactId>

Modified: webservices/xmlrpc/trunk/common/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/pom.xml?rev=438646&r1=438645&r2=438646&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/pom.xml (original)
+++ webservices/xmlrpc/trunk/common/pom.xml Wed Aug 30 14:37:33 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0</version>
+    <version>3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-common</artifactId>

Modified: webservices/xmlrpc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=438646&r1=438645&r2=438646&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Wed Aug 30 14:37:33 2006
@@ -9,7 +9,7 @@
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
     <name>Apache XML-RPC</name>
-    <version>3.0</version>
+    <version>3.1-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.
@@ -175,9 +175,9 @@
         </contributor>
     </contributors>
     <scm>
-        
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0</connection>
-        
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0</developerConnection>
-        
<url>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0</url>
+        
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</connection>
+        
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</developerConnection>
+        
<url>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</url>
     </scm>
     <build>
         <plugins>

Modified: webservices/xmlrpc/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/pom.xml?rev=438646&r1=438645&r2=438646&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/server/pom.xml (original)
+++ webservices/xmlrpc/trunk/server/pom.xml Wed Aug 30 14:37:33 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0</version>
+    <version>3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-server</artifactId>

Modified: webservices/xmlrpc/trunk/tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/tests/pom.xml?rev=438646&r1=438645&r2=438646&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/tests/pom.xml (original)
+++ webservices/xmlrpc/trunk/tests/pom.xml Wed Aug 30 14:37:33 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0</version>
+    <version>3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>xmlrpc-tests</artifactId>


Reply via email to