Author: brett
Date: Fri Dec 29 13:52:55 2006
New Revision: 491113
URL: http://svn.apache.org/viewvc?view=rev&rev=491113
Log:
[maven-release-plugin] prepare release maven-plugin-plugin-2.2
Modified:
maven/plugins/trunk/maven-plugin-plugin/pom.xml
Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?view=diff&rev=491113&r1=491112&r2=491113
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Dec 29 13:52:55 2006
@@ -18,7 +18,7 @@
~ under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
@@ -28,7 +28,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven PLUGIN Plugin</name>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<description>
The Plugin Plugin is used to create a Maven plugin descriptor for any
Mojo's found in the source tree,
to include in the JAR. It is also used to generate Xdoc files for the
Mojos as well as for updating the
@@ -143,5 +143,11 @@
<version>2.0</version>
</dependency>
</dependencies>
+
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</developerConnection>
+
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</url>
+ </scm>
</project>