You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2016/11/15 09:21:33 UTC

incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Upgrade to ElasticSearch 2.4.1

Repository: incubator-unomi
Updated Branches:
  refs/heads/UNOMI-28-ES-2-X-UPGRADE 285d4cc6d -> 79b1b9c66


UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates
- Upgrade to ElasticSearch 2.4.1


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/79b1b9c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/79b1b9c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/79b1b9c6

Branch: refs/heads/UNOMI-28-ES-2-X-UPGRADE
Commit: 79b1b9c66ec7f97d6b1455bbbda8b76d61d4d421
Parents: 285d4cc
Author: Serge Huber <sh...@apache.org>
Authored: Tue Nov 15 10:21:27 2016 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Tue Nov 15 10:21:27 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/79b1b9c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4e0469..f528b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
         <version.jackson.jaxb>2.6.6</version.jackson.jaxb> <!-- version used by CXF -->
         <version.karaf>3.0.2</version.karaf>
         <version.pax.exam>4.9.1</version.pax.exam>
-        <elasticsearch.version>2.4.0</elasticsearch.version>
+        <elasticsearch.version>2.4.1</elasticsearch.version>
 
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>