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/03/02 13:53:26 UTC

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

Author: olamy
Date: Fri Mar  2 12:53:26 2012
New Revision: 1296176

URL: http://svn.apache.org/viewvc?rev=1296176&view=rev
Log:
[MCOMPILER-166] Use plexus-compiler 1.8.6 for performance improvement
use released version.

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=1296176&r1=1296175&r2=1296176&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Mar  2 12:53:26 2012
@@ -53,7 +53,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <plexusCompilerVersion>1.8.6-SNAPSHOT</plexusCompilerVersion>
+    <plexusCompilerVersion>1.8.6</plexusCompilerVersion>
   </properties>
 
   <dependencies>