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 2017/01/09 10:21:45 UTC

camel git commit: Regen docs

Repository: camel
Updated Branches:
  refs/heads/master 2c5017ba0 -> 8c434ef27


Regen docs


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

Branch: refs/heads/master
Commit: 8c434ef27742aa85d1763b1c3d4ab4fe9d8428a6
Parents: 2c5017b
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 9 11:21:30 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 9 11:21:38 2017 +0100

----------------------------------------------------------------------
 camel-core/readme.adoc                                         | 2 +-
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8c434ef2/camel-core/readme.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index a552c5f..d1424a3 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -143,7 +143,7 @@ Expression Languages
 
 | link:src/main/docs/header-language.adoc[Header] (camel-core) | An expression which extracts the named exchange header
 
-| link:src/main/docs/ref-language.adoc[Ref] (camel-core) | For using a custom expression
+| link:src/main/docs/ref-language.adoc[Ref] (camel-core) | For using a custom expression or predicate
 
 | link:src/main/docs/simple-language.adoc[Simple] (camel-core) | For expressions and predicates using the simple language
 

http://git-wip-us.apache.org/repos/asf/camel/blob/8c434ef2/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 6df0849..738a8b6 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -2790,12 +2790,12 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>0.10.1.0</version>
+        <version>0.10.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka_2.11</artifactId>
-        <version>0.10.1.0</version>
+        <version>0.10.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.mina</groupId>
@@ -2805,7 +2805,7 @@
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-persistence-jdbc</artifactId>
-        <version>2.4.1</version>
+        <version>2.4.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>