Author: sgoeschl
Date: Fri Oct 21 01:56:59 2005
New Revision: 327126

URL: http://svn.apache.org/viewcvs?rev=327126&view=rev
Log:
+) Adding the SVN links and URLs to the website
+) ChangeLog report now uses the SVN repo which is defined in project.properties
+) Updated the changes.xml to reflect the last commits

Modified:
    webservices/xmlrpc/trunk/project.properties
    webservices/xmlrpc/trunk/project.xml
    webservices/xmlrpc/trunk/xdocs/changes.xml

Modified: webservices/xmlrpc/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/project.properties?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/project.properties (original)
+++ webservices/xmlrpc/trunk/project.properties Fri Oct 21 01:56:59 2005
@@ -3,6 +3,12 @@
 # -------------------------------------------------------------------
 
 # -------------------------------------------------------------------
+#  C H A N G E L O G  S E T T I N G S
+# -------------------------------------------------------------------
+
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
+# -------------------------------------------------------------------
 # JAVA PLUGIN
 # -------------------------------------------------------------------
 

Modified: webservices/xmlrpc/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/project.xml?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/project.xml (original)
+++ webservices/xmlrpc/trunk/project.xml Fri Oct 21 01:56:59 2005
@@ -4,7 +4,7 @@
   <pomVersion>3</pomVersion>
   <name>xmlrpc</name>
   <id>xmlrpc</id>
-  <currentVersion>2.0</currentVersion>
+  <currentVersion>2.1-dev</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://ws.apache.org/</url>
@@ -36,9 +36,9 @@
   
<distributionDirectory>/www/www.apache.org/dist/ws/xmlrpc/</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:ws-xmlrpc</connection>
-    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:ws-xmlrpc</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/ws-xmlrpc/</url>
+    
<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/repos/asf/webservices/xmlrpc/trunk/</url>
   </repository>
 
   <versions>

Modified: webservices/xmlrpc/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/changes.xml?rev=327126&r1=327125&r2=327126&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/xdocs/changes.xml (original)
+++ webservices/xmlrpc/trunk/xdocs/changes.xml Fri Oct 21 01:56:59 2005
@@ -6,6 +6,22 @@
   </properties>
 
   <body>
+  
+    <release version="2.1-dev" date="as in SVN">
+      <action dev="sgoeschl" type="update">
+                               Adding the SVN links to the project website
+      </action>          
+      <action dev="jochen" type="fix" due-to="Claude Zervas">
+                               The characters 0x20, 0xe000, and 0x10000 have 
been escaped without reason (XMLRPC-69)
+      </action>          
+      <action dev="jochen" type="fix">
+        The Webserver class was not able to handle Basic authentication,
+                               because the BASE64 codec wasn't initialized.
+      </action>          
+      <action dev="hgomez" type="update">
+        Add Timeout support for underlying HttpClient
+      </action>          
+    </release>
     <release version="2.0" date="2005-05-27">
       <action dev="sgoeschl" type="update">
         Upgrading to commons-codec-1.3.jar, commenting out the FESI jar


Reply via email to