You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2012/11/23 22:27:28 UTC

svn commit: r1413069 - /continuum/parent/trunk/pom.xml

Author: olamy
Date: Fri Nov 23 21:27:27 2012
New Revision: 1413069

URL: http://svn.apache.org/viewvc?rev=1413069&view=rev
Log:
compiler plugin 2.5.1 is faster

Modified:
    continuum/parent/trunk/pom.xml

Modified: continuum/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/parent/trunk/pom.xml?rev=1413069&r1=1413068&r2=1413069&view=diff
==============================================================================
--- continuum/parent/trunk/pom.xml (original)
+++ continuum/parent/trunk/pom.xml Fri Nov 23 21:27:27 2012
@@ -146,7 +146,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5.1</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>