You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/26 14:24:13 UTC

[camel] branch master updated: Upgrade ElSql to version 1.3

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 188d204  Upgrade ElSql to version 1.3
188d204 is described below

commit 188d204385fb13cdb1bdbd235e2ac9fd2661e91d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 26 16:18:22 2018 +0200

    Upgrade ElSql to version 1.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 64920d1..774d39a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -206,7 +206,7 @@
     <elasticsearch-rest-cluster-runner-version>6.1.1.0</elasticsearch-rest-cluster-runner-version>
     <elasticsearch-rest-version>6.1.1</elasticsearch-rest-version>
     <elasticsearch-rest-bundle-version>6.1.1_1</elasticsearch-rest-bundle-version>
-    <elsql-version>1.2</elsql-version>
+    <elsql-version>1.3</elsql-version>
     <el-api-1.0-version>1.0.1</el-api-1.0-version>
     <embedmongo-version>2.1.1</embedmongo-version>
     <etcd4j-version>2.16.0</etcd4j-version>