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 2012/08/21 12:32:59 UTC

svn commit: r1375463 - in /camel/branches/camel-2.10.x: ./ parent/pom.xml

Author: davsclaus
Date: Tue Aug 21 10:32:59 2012
New Revision: 1375463

URL: http://svn.apache.org/viewvc?rev=1375463&view=rev
Log:
CAMEL-5527: Upgrade to compiler plugin 2.5.1 in maven archetypes.

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/parent/pom.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1375460

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/parent/pom.xml?rev=1375463&r1=1375462&r2=1375463&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/parent/pom.xml (original)
+++ camel/branches/camel-2.10.x/parent/pom.xml Tue Aug 21 10:32:59 2012
@@ -199,7 +199,7 @@
     <xom-version>1.2.5</xom-version>
     <zookeeper-version>3.3.5</zookeeper-version>
     <!-- used by camel archetypes -->
-    <maven-compiler-plugin-version>2.5</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>