You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/06/29 17:15:07 UTC

svn commit: r1355441 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: olamy
Date: Fri Jun 29 15:15:05 2012
New Revision: 1355441

URL: http://svn.apache.org/viewvc?rev=1355441&view=rev
Log:
next fix version in jira is 2.2

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

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=1355441&r1=1355440&r2=1355441&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Fri Jun 29 15:15:05 2012
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>2.1.3-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Source Plugin</name>