Author: jochen
Date: Wed Jul 26 14:40:45 2006
New Revision: 425856

URL: http://svn.apache.org/viewvc?rev=425856&view=rev
Log:
Release 3.0rc1

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/src/changes/changes.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=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/client/pom.xml (original)
+++ webservices/xmlrpc/trunk/client/pom.xml Wed Jul 26 14:40:45 2006
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1</version>
+    <version>3.0rc1</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</version>
+  <version>3.0rc1</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</version>
+      <version>3.0rc1</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/common/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/pom.xml?rev=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/pom.xml (original)
+++ webservices/xmlrpc/trunk/common/pom.xml Wed Jul 26 14:40:45 2006
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1</version>
+    <version>3.0rc1</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</version>
+  <version>3.0rc1</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=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Wed Jul 26 14:40:45 2006
@@ -4,7 +4,7 @@
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
     <name>Apache XML-RPC</name>
-    <version>3.0b1</version>
+    <version>3.0rc1</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.
@@ -160,9 +160,9 @@
         </license>
     </licenses>
     <scm>
-        
<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>
+        
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0rc1</connection>
+        
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0rc1</developerConnection>
+        
<url>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/XMLRPC_3_0rc1</url>
     </scm>
     <organization>
         <name>Apache Software Foundation</name>
@@ -274,7 +274,7 @@
         <repository>
             <id>people.apache.org</id>
             <name>Apache Maven Distributions</name>
-            
<url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+            
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
         </repository>
         <site>
             <id>people.apache.org</id>

Modified: webservices/xmlrpc/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/pom.xml?rev=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/server/pom.xml (original)
+++ webservices/xmlrpc/trunk/server/pom.xml Wed Jul 26 14:40:45 2006
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1</version>
+    <version>3.0rc1</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</version>
+  <version>3.0rc1</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</version>
+      <version>3.0rc1</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/changes/changes.xml?rev=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/src/changes/changes.xml (original)
+++ webservices/xmlrpc/trunk/src/changes/changes.xml Wed Jul 26 14:40:45 2006
@@ -3,7 +3,7 @@
     <title>Changes in Apache XML-RPC</title>
   </properties>
   <body>
-    <release version="3.0rc1" date="Not yet released">
+    <release version="3.0rc1" date="27-Jul-2006">
       <action dev="jochen" type="fix" due-to="Alan Burlison"
           due-to-email="[EMAIL PROTECTED]">
         Added a missing "synchronized" to the TimingOutCallback.
@@ -13,10 +13,10 @@
         Fixed an invalid index, that caused the ReflectiveXmlRpcHandler to fail
         detecting a method.
       </action>
-      <action dev="jochen" type="enhancement" issue="XMLRPC-93">
+      <action dev="jochen" type="add" issue="XMLRPC-93">
         Added documentation for accessing an SSL server.
       </action>
-      <action dev="jochen" type="enhancement" due-to="Jimisola Laursen"
+      <action dev="jochen" type="add" due-to="Jimisola Laursen"
           due-to-email="[EMAIL PROTECTED]" issue="XMLRPC-96">
            A null parameter list is now treated as an empty object array.
       </action>

Modified: webservices/xmlrpc/trunk/tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/tests/pom.xml?rev=425856&r1=425855&r2=425856&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/tests/pom.xml (original)
+++ webservices/xmlrpc/trunk/tests/pom.xml Wed Jul 26 14:40:45 2006
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
-    <version>3.0b1</version>
+    <version>3.0rc1</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</version>
+  <version>3.0rc1</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</version>
+      <version>3.0rc1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-server</artifactId>
-      <version>3.0b1</version>
+      <version>3.0rc1</version>
     </dependency>
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to