Author: dennisl
Date: Thu May 31 13:44:38 2007
New Revision: 543249
URL: http://svn.apache.org/viewvc?view=rev&rev=543249
Log:
[maven-release-plugin] prepare release maven-one-plugin-1.1
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?view=diff&rev=543249&r1=543248&r2=543249
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu May 31 13:44:38 2007
@@ -27,7 +27,7 @@
<artifactId>maven-one-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven One Plugin</name>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</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.1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1</developerConnection>
+
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1</url>
+ </scm>
</project>