You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/01/11 22:45:42 UTC

svn commit: r368139 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: brett
Date: Wed Jan 11 13:45:39 2006
New Revision: 368139

URL: http://svn.apache.org/viewcvs?rev=368139&view=rev
Log:
[maven-release-plugin] prepare release maven-install-plugin-2.1

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=368139&r1=368138&r2=368139&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Wed Jan 11 13:45:39 2006
@@ -1,4 +1,4 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -8,7 +8,7 @@
   <artifactId>maven-install-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Install Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <inceptionYear>2004</inceptionYear>
   <dependencies>
     <dependency>
@@ -26,4 +26,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file