You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/05 07:44:35 UTC

svn commit: r1004528 - /camel/trunk/pom.xml

Author: davsclaus
Date: Tue Oct  5 05:44:35 2010
New Revision: 1004528

URL: http://svn.apache.org/viewvc?rev=1004528&view=rev
Log:
CAMEL-2703: Upgraded maven-compiler-plugin to 2.3.2

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1004528&r1=1004527&r2=1004528&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Tue Oct  5 05:44:35 2010
@@ -118,7 +118,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.0.2</version>
+          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>