You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/07/12 06:11:33 UTC

svn commit: r676126 - in /maven/core-integration-testing/trunk: core-integration-tests-support/pom.xml core-integration-tests/pom.xml

Author: brett
Date: Fri Jul 11 21:11:33 2008
New Revision: 676126

URL: http://svn.apache.org/viewvc?rev=676126&view=rev
Log:
fix SCM sections

Modified:
    maven/core-integration-testing/trunk/core-integration-tests-support/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests-support/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support/pom.xml?rev=676126&r1=676125&r2=676126&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests-support/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests-support/pom.xml Fri Jul 11 21:11:33 2008
@@ -36,9 +36,9 @@
   <packaging>pom</packaging>
   <url>http://maven.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-tests-support</url>
   </scm>     
   <issueManagement>
     <system>jira</system>

Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?rev=676126&r1=676125&r2=676126&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Fri Jul 11 21:11:33 2008
@@ -7,6 +7,11 @@
   </parent>
   <artifactId>core-integration-tests</artifactId>
   <name>Maven Integration Tests</name>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-tests</url>
+  </scm>     
   <build>
     <plugins>
       <plugin>