You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by jo...@apache.org on 2007/02/11 22:57:01 UTC

svn commit: r506148 - /webservices/xmlrpc/trunk/pom.xml

Author: jochen
Date: Sun Feb 11 13:57:01 2007
New Revision: 506148

URL: http://svn.apache.org/viewvc?view=rev&rev=506148
Log:
Fixed the SCM URL's.

Modified:
    webservices/xmlrpc/trunk/pom.xml

Modified: webservices/xmlrpc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?view=diff&rev=506148&r1=506147&r2=506148
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Sun Feb 11 13:57:01 2007
@@ -203,9 +203,9 @@
         </contributor>
     </contributors>
     <scm>
-        <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>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk</developerConnection>
+        <url>https://svn.apache.org/viewvc/webservices/xmlrpc/trunk</url>
     </scm>
     <build>
         <plugins>
@@ -314,6 +314,10 @@
                         </reports>
                     </reportSet>
                 </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>rat-maven-plugin</artifactId>
             </plugin>
         </plugins>
     </reporting>