You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/09/07 08:07:55 UTC

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

Author: krosenvold
Date: Fri Sep  7 06:07:55 2012
New Revision: 1381893

URL: http://svn.apache.org/viewvc?rev=1381893&view=rev
Log:
[MCOMPILER-179] Warnings shown as errors

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=1381893&r1=1381892&r2=1381893&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Sep  7 06:07:55 2012
@@ -53,7 +53,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <plexusCompilerVersion>1.9.1</plexusCompilerVersion>
+    <plexusCompilerVersion>1.9.2</plexusCompilerVersion>
     <mavenPluginPluginVersion>3.1</mavenPluginPluginVersion>
   </properties>