You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/08/21 22:23:43 UTC

svn commit: r1375754 - in /camel/branches/camel-2.9.x: parent/pom.xml pom.xml

Author: dkulp
Date: Tue Aug 21 20:23:43 2012
New Revision: 1375754

URL: http://svn.apache.org/viewvc?rev=1375754&view=rev
Log:
Merged revisions 1375463 via  git cherry-pick from
https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x

........
  r1375463 | davsclaus | 2012-08-21 06:32:59 -0400 (Tue, 21 Aug 2012) | 2 lines

  CAMEL-5527: Upgrade to compiler plugin 2.5.1 in maven archetypes.

........

Modified:
    camel/branches/camel-2.9.x/parent/pom.xml
    camel/branches/camel-2.9.x/pom.xml

Modified: camel/branches/camel-2.9.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/parent/pom.xml?rev=1375754&r1=1375753&r2=1375754&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/parent/pom.xml (original)
+++ camel/branches/camel-2.9.x/parent/pom.xml Tue Aug 21 20:23:43 2012
@@ -169,7 +169,7 @@
     <xmlbeans-version>2.5.0</xmlbeans-version>
     <zookeeper-version>3.3.4</zookeeper-version>
     <!-- used by camel archetypes -->
-    <maven-compiler-plugin-version>2.3.2</maven-compiler-plugin-version>
+    <maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
 
     <!-- OSGi bundles properties -->
     <camel.osgi.import.camel.version>version="[$(version;==;${camel.osgi.version.clean}),$(version;=+;${camel.osgi.version.clean}))"</camel.osgi.import.camel.version>

Modified: camel/branches/camel-2.9.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/pom.xml?rev=1375754&r1=1375753&r2=1375754&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/pom.xml (original)
+++ camel/branches/camel-2.9.x/pom.xml Tue Aug 21 20:23:43 2012
@@ -144,7 +144,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.5.1</version>
           <configuration>
             <source>1.6</source>
             <target>1.6</target>