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/05/30 20:32:30 UTC

svn commit: r1344393 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Wed May 30 18:32:30 2012
New Revision: 1344393

URL: http://svn.apache.org/viewvc?rev=1344393&view=rev
Log:
bug fix version 2.5.1

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1344393&r1=1344392&r2=1344393&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Wed May 30 18:32:30 2012
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.5.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Compiler Plugin</name>