You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/04/22 02:57:09 UTC

svn commit: r164155 - in /maven/components/trunk: maven-plugins/pom.xml pom.xml

Author: brett
Date: Thu Apr 21 17:57:08 2005
New Revision: 164155

URL: http://svn.apache.org/viewcvs?rev=164155&view=rev
Log:
update SCM settings

Modified:
    maven/components/trunk/maven-plugins/pom.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=164155&r1=164154&r2=164155&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Thu Apr 21 17:57:08 2005
@@ -83,4 +83,9 @@
     <module>maven-surefire-plugin</module>
     <module>maven-war-plugin</module>
   </modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/components/maven-plugins/</url>
+  </scm>
 </project>

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=164155&r1=164154&r2=164155&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Apr 21 17:57:08 2005
@@ -78,9 +78,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components</developerConnection>
-    <url>http://cvs.apache.org/viewcvs.cgi/maven-components/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/components/</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org