Author: dennisl Date: Sun Sep 9 13:19:19 2007 New Revision: 574067 URL: http://svn.apache.org/viewvc?rev=574067&view=rev Log: [maven-release-plugin] prepare release maven-one-plugin-1.2
Modified: maven/plugins/trunk/maven-one-plugin/pom.xml Modified: maven/plugins/trunk/maven-one-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=574067&r1=574066&r2=574067&view=diff ============================================================================== --- maven/plugins/trunk/maven-one-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-one-plugin/pom.xml Sun Sep 9 13:19:19 2007 @@ -27,7 +27,7 @@ <artifactId>maven-one-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven One Plugin</name> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> <prerequisites> <maven>2.0</maven> </prerequisites> @@ -140,5 +140,11 @@ </plugin> </plugins> </reporting> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2</developerConnection> + <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2</url> + </scm> </project>