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/web
services/xmlrpc/trunk</connection>
- <developerConnection>scm:svn:scm:svn:https://svn.apache.org/repo
s/asf/webservices/xmlrpc/trunk</developerConnection>
a>
- <url>scm:svn:https://svn.apache.org/repos/asf/webservice
s/xmlrpc/trunk</url>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/web
services/xmlrpc/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repo
s/asf/webservices/xmlrpc/trunk</developerConnection>
a>
+ <url>https://svn.apache.org/viewvc/webservices/xmlr
pc/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>
|