From b355beba79cc750d6da0c73523b719b892d2870f Mon Sep 17 00:00:00 2001 From: Brett Porter <brett@apache.org> Date: Wed, 24 Sep 2008 03:32:57 +0000 Subject: [PATCH] fix SCM git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@698422 13f79535-47bb-0310-9956-ffa450edef68 --- its/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/its/pom.xml b/its/pom.xml index 90c826d830..53abe6dc25 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -38,4 +38,9 @@ under the License. <module>core-it-suite</module> <module>core-it-support</module> </modules> + <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/viewvc/maven/core-integration-testing/trunk/</url> + </scm> </project>