You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by jo...@apache.org on 2006/06/24 21:36:43 UTC

svn commit: r416946 - in /webservices/xmlrpc/trunk: client/pom.xml common/pom.xml pom.xml server/pom.xml tests/pom.xml

Author: jochen
Date: Sat Jun 24 12:36:42 2006
New Revision: 416946

URL: http://svn.apache.org/viewvc?rev=416946&view=rev
Log:
[maven-release-plugin] prepare release XMLRPC_3_0b1

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=416946&r1=416945&r2=416946&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/client/pom.xml (original)
+++ webservices/xmlrpc/trunk/client/pom.xml Sat Jun 24 12:36:42 2006
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1-SNAPSHOT</version>
+    <version>3.0b1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-client</artifactId>
   <name>Apache XML-RPC Client Library</name>
-  <version>3.0b1-SNAPSHOT</version>
+  <version>3.0b1</version>
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
   </build>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.0b1-SNAPSHOT</version>
+      <version>3.0b1</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/pom.xml?rev=416946&r1=416945&r2=416946&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/pom.xml (original)
+++ webservices/xmlrpc/trunk/common/pom.xml Sat Jun 24 12:36:42 2006
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1-SNAPSHOT</version>
+    <version>3.0b1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-common</artifactId>
   <name>Apache XML-RPC Common Library</name>
-  <version>3.0b1-SNAPSHOT</version>
+  <version>3.0b1</version>
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
     <plugins>

Modified: webservices/xmlrpc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=416946&r1=416945&r2=416946&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Sat Jun 24 12:36:42 2006
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
     <name>Apache XML-RPC</name>
-    <version>3.0b1-SNAPSHOT</version>
+    <version>3.0b1</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.
@@ -148,9 +148,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/webservices/xmlrpc/</url>
+        <connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0b1</connection>
+        <developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0b1</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0b1</url>
     </scm>
     <organization>
         <name>Apache Software Foundation</name>

Modified: webservices/xmlrpc/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/pom.xml?rev=416946&r1=416945&r2=416946&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/server/pom.xml (original)
+++ webservices/xmlrpc/trunk/server/pom.xml Sat Jun 24 12:36:42 2006
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1-SNAPSHOT</version>
+    <version>3.0b1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-server</artifactId>
   <name>Apache XML-RPC Server Library</name>
-  <version>3.0b1-SNAPSHOT</version>
+  <version>3.0b1</version>
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
   </build>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.0b1-SNAPSHOT</version>
+      <version>3.0b1</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/tests/pom.xml?rev=416946&r1=416945&r2=416946&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/tests/pom.xml (original)
+++ webservices/xmlrpc/trunk/tests/pom.xml Sat Jun 24 12:36:42 2006
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1-SNAPSHOT</version>
+    <version>3.0b1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-tests</artifactId>
   <name>Apache XML-RPC Test Library</name>
-  <version>3.0b1-SNAPSHOT</version>
+  <version>3.0b1</version>
   <build>
     <testSourceDirectory>src/test/java</testSourceDirectory>
     <testResources>
@@ -23,12 +23,12 @@
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-client</artifactId>
-      <version>3.0b1-SNAPSHOT</version>
+      <version>3.0b1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-server</artifactId>
-      <version>3.0b1-SNAPSHOT</version>
+      <version>3.0b1</version>
     </dependency>
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: xmlrpc-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: xmlrpc-dev-help@ws.apache.org