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 2016/01/23 10:32:46 UTC

[1/2] camel git commit: Upgrade maven compiler plugin

Repository: camel
Updated Branches:
  refs/heads/master 9b3571c79 -> 4aa67492d


Upgrade maven compiler plugin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3443b227
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3443b227
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3443b227

Branch: refs/heads/master
Commit: 3443b22771118087ce3a2a939da48e1de8c5a3b9
Parents: 9b3571c
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jan 22 22:18:11 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Jan 23 09:42:11 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3443b227/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7fa002c..767f210 100755
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <jdk.version>1.7</jdk.version>
     <compiler.fork>false</compiler.fork>
 
-    <maven-compiler-plugin-version>3.3</maven-compiler-plugin-version>
+    <maven-compiler-plugin-version>3.5</maven-compiler-plugin-version>
 
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file -->


[2/2] camel git commit: Upgrade maven compiler plugin. This closes #764. This closes #771. This closes #782. This closes #783.

Posted by da...@apache.org.
Upgrade maven compiler plugin. This closes #764. This closes #771. This closes #782. This closes #783.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4aa67492
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4aa67492
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4aa67492

Branch: refs/heads/master
Commit: 4aa67492d24225774a465a365303250eeb7c8b0f
Parents: 3443b22
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Jan 23 10:20:41 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Jan 23 10:23:08 2016 +0100

----------------------------------------------------------------------
 components/camel-grape/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4aa67492/components/camel-grape/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-grape/pom.xml b/components/camel-grape/pom.xml
index 7b3b97b..81e2fcc 100644
--- a/components/camel-grape/pom.xml
+++ b/components/camel-grape/pom.xml
@@ -32,7 +32,7 @@
   <properties>
     <groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
     <groovy-eclipse-compiler.version>2.9.2-01</groovy-eclipse-compiler.version>
-    <plexus-compiler-api.version>2.4</plexus-compiler-api.version>
+    <plexus-compiler-api.version>2.7</plexus-compiler-api.version>
   </properties>
 
   <dependencies>