You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2016/01/16 00:24:52 UTC

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

Author: agudian
Date: Fri Jan 15 23:24:52 2016
New Revision: 1724892

URL: http://svn.apache.org/viewvc?rev=1724892&view=rev
Log:
[MCOMPILER-203] Update plexus-compiler to released version 2.7

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=1724892&r1=1724891&r2=1724892&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Jan 15 23:24:52 2016
@@ -64,7 +64,7 @@ under the License.
       ! The following property is used in the integration tests MCOMPILER-157
     -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
-    <plexusCompilerVersion>2.7-SNAPSHOT</plexusCompilerVersion>
+    <plexusCompilerVersion>2.7</plexusCompilerVersion>
     <groovyVersion>1.8.0</groovyVersion>
     <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>