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/31 10:08:12 UTC

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

Author: olamy
Date: Thu May 31 08:08:11 2012
New Revision: 1344588

URL: http://svn.apache.org/viewvc?rev=1344588&view=rev
Log:
use plexus-compiler released version 1.9.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=1344588&r1=1344587&r2=1344588&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Thu May 31 08:08:11 2012
@@ -53,7 +53,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <plexusCompilerVersion>1.9.1-SNAPSHOT</plexusCompilerVersion>
+    <plexusCompilerVersion>1.9.1</plexusCompilerVersion>
   </properties>
 
   <dependencies>