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/06/08 09:34:18 UTC

[29/34] camel git commit: Experiment with generating spring-boot auto configuration for the Camel components.

Experiment with generating spring-boot auto configuration for the Camel components.


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

Branch: refs/heads/boot-generate
Commit: c0b514933e3c1bd2664b3c9c20531c7e2ebc92e0
Parents: 3ad3f00
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Jun 8 07:55:01 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jun 8 07:55:01 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml                                   | 1 +
 tooling/maven/camel-package-maven-plugin/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c0b51493/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 850b20c..53264df 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -476,6 +476,7 @@
     <rhino-bundle-version>1.7R2_3</rhino-bundle-version>
     <rhino-version>1.7R2</rhino-version>
     <ribbon-version>2.2.0</ribbon-version>
+    <roaster-version>2.18.3.Final</roaster-version>
     <rome-bundle-version>1.0_3</rome-bundle-version>
     <rome-version>1.0</rome-version>
     <rxjava-version>1.1.5</rxjava-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/c0b51493/tooling/maven/camel-package-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index 8acb502..604624e 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -92,12 +92,12 @@
     <dependency>
       <groupId>org.jboss.forge.roaster</groupId>
       <artifactId>roaster-api</artifactId>
-      <version>2.18.3.Final</version>
+      <version>${roaster-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.forge.roaster</groupId>
       <artifactId>roaster-jdt</artifactId>
-      <version>2.18.3.Final</version>
+      <version>${roaster-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>