DCausse has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290660

Change subject: Upgrade to elastic 2.3.3
......................................................................

Upgrade to elastic 2.3.3

Change-Id: I1179a4ce61d424d9e044cc55471970d90c832617
---
M README.md
M pom.xml
2 files changed, 4 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/search/extra 
refs/changes/60/290660/1

diff --git a/README.md b/README.md
index 9923492..f8d6521 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,7 @@
 
 | Extra Queries and Filters Plugin |  ElasticSearch  |
 |----------------------------------|-----------------|
-| 2.3.0, master branch             | 2.3.x           |
-| 2.2.0, 2.2 branch                | 2.2.x           |
-| 2.1.0, 2.1 branch                | 2.1.x           |
-| 2.0.0, 2.0 branch                | 2.0.x           |
+| 2.3.3, master                    | 2.3.3           |
 | 1.7.0 -> 1.7.1, 1.7 branch       | 1.7.X           |
 | 1.6.0, 1.6 branch                | 1.6.X           |
 | 1.5.0, 1.5 branch                | 1.5.X           |
@@ -39,4 +36,4 @@
 Install it like so for Elasticsearch x.y.z:
 ```bash
 ./bin/plugin --install org.wikimedia.search/extra/x.y.z
-```
\ No newline at end of file
+```
diff --git a/pom.xml b/pom.xml
index 655d54a..10edf0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.wikimedia.search</groupId>
   <artifactId>extra</artifactId>
-  <version>2.3.0-SNAPSHOT</version>
+  <version>2.3.3-SNAPSHOT</version>
   <description>Extra queries and filters for Elasticsearch.</description>
 
   <licenses>
@@ -43,7 +43,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <elasticsearch.version>2.3.2</elasticsearch.version>
+    <elasticsearch.version>2.3.3</elasticsearch.version>
     <lucene.version>5.5.0</lucene.version>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.compiler.source>1.7</maven.compiler.source>

-- 
To view, visit https://gerrit.wikimedia.org/r/290660
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1179a4ce61d424d9e044cc55471970d90c832617
Gerrit-PatchSet: 1
Gerrit-Project: search/extra
Gerrit-Branch: master
Gerrit-Owner: DCausse <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to