You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/05 17:09:03 UTC

svn commit: r1357665 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Thu Jul  5 15:09:02 2012
New Revision: 1357665

URL: http://svn.apache.org/viewvc?rev=1357665&view=rev
Log:
upgraded the compiler-plugin (it is faster on compiling)

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1357665&r1=1357664&r2=1357665&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jul  5 15:09:02 2012
@@ -225,7 +225,7 @@
     <appassembler-maven-plugin.version>1.1.1</appassembler-maven-plugin.version>
     <maven-release-plugin.version>2.2.1</maven-release-plugin.version>
     <buildnumber-maven-plugin.version>1.0</buildnumber-maven-plugin.version>
-    <maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
+    <maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
     <maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
     <maven-surefire-plugin.version>2.9</maven-surefire-plugin.version>
     <cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version>