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