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 2005/11/12 23:40:15 UTC

svn commit: r332856 - /webservices/xmlrpc/branches/b20050512_streaming/pom.xml

Author: jochen
Date: Sat Nov 12 14:40:10 2005
New Revision: 332856

URL: http://svn.apache.org/viewcvs?rev=332856&view=rev
Log:
Added preliminary docs.

Modified:
    webservices/xmlrpc/branches/b20050512_streaming/pom.xml

Modified: webservices/xmlrpc/branches/b20050512_streaming/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/b20050512_streaming/pom.xml?rev=332856&r1=332855&r2=332856&view=diff
==============================================================================
--- webservices/xmlrpc/branches/b20050512_streaming/pom.xml (original)
+++ webservices/xmlrpc/branches/b20050512_streaming/pom.xml Sat Nov 12 14:40:10 2005
@@ -4,13 +4,13 @@
     <groupId>org.apache.ws.xmlrpc</groupId>
     <artifactId>xmlrpc</artifactId>
     <name>Apache XML-RPC</name>
-    <version>3.0-dev</version>
+    <version>2.x-streaming-dev</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. Version 3 of Apache XML-RPC introduces several important vendor
-        extensions over the original XML-RPC specification.
+        handle. The streaming branch of Apache XML-RPC introduces several
+        important vendor extensions over the original XML-RPC specification.
     </description>
     <url>http://ws.apache.org/xmlrpc/</url>
     <issueManagement>
@@ -186,10 +186,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
         </plugins>
     </reporting>