Author: vmassol Date: Sun Apr 15 09:55:30 2007 New Revision: 529010 URL: http://svn.apache.org/viewvc?view=rev&rev=529010 Log: reverting changes done by the release:prepare goal as it failed and I'm going to start over again
Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/pom.xml?view=diff&rev=529010&r1=529009&r2=529010 ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clover-plugin/pom.xml Sun Apr 15 09:55:30 2007 @@ -11,7 +11,7 @@ <artifactId>maven-clover-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Clover Plugin</name> - <version>2.4</version> + <version>2.4-SNAPSHOT</version> <description>Maven plugin for Clover</description> <issueManagement> <system>jira</system> @@ -201,10 +201,4 @@ </build> </profile> </profiles> - - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</url> - </scm> </project>