You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/14 04:10:55 UTC

svn commit: r507371 - /maven/plugins/trunk/maven-rar-plugin/pom.xml

Author: jvanzyl
Date: Tue Feb 13 19:10:55 2007
New Revision: 507371

URL: http://svn.apache.org/viewvc?view=rev&rev=507371
Log:
[maven-release-plugin] prepare release maven-rar-plugin-2.2

Modified:
    maven/plugins/trunk/maven-rar-plugin/pom.xml

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?view=diff&rev=507371&r1=507370&r2=507371
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Tue Feb 13 19:10:55 2007
@@ -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>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -28,7 +28,7 @@
   <artifactId>maven-rar-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Rar plugin</name>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.2</version>
   <inceptionYear>2004</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -65,5 +65,11 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-rar-plugin-2.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-rar-plugin-2.2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-rar-plugin-2.2</url>
+  </scm>
 </project>