Author: carlos Date: Thu Oct 18 16:22:21 2007 New Revision: 586176 URL: http://svn.apache.org/viewvc?rev=586176&view=rev Log: Use the right scm connection url
Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml?rev=586176&r1=586175&r2=586176&view=diff ============================================================================== --- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml (original) +++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Thu Oct 18 16:22:21 2007 @@ -29,6 +29,13 @@ <artifactId>maven-ant-tasks</artifactId> <version>2.0.8-SNAPSHOT</version> <name>Maven Ant Task</name> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/ant-tasks/branches/maven-ant-tasks-2.0.x</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/ant-tasks/branches/maven-ant-tasks-2.0.x</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/ant-tasks/branches/maven-ant-tasks-2.0.x</url> + </scm> + <build> <pluginManagement> <plugins>