Skip to content

Commit

Permalink
Version numbers etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Clegg committed Sep 11, 2013
1 parent 5d38e93 commit 6b1ba4d
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release 2.1.5
-------------

More documentation improvements, code cleanup.

Workaround for a compiler issue in some versions of Java 6:

https://github.com/pearson-enabling-technologies/elasticsearch-approx-plugin/issues/41

Release 2.1.4
-------------

Documentation improvements.

Release 2.1.3
-------------

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@ Plugin < 1.3.0: ElasticSearch 0.19.X, tested on 0.19.11

Plugin 1.3.X: ElasticSearch 0.20.X, tested on 0.20.6

Plugin 2.1.4: ElasticSearch 0.90.2, plus significant feature and performance improvements, and breaking API changes
Plugin 2.1.5: ElasticSearch 0.90.2, plus significant feature and performance improvements, and breaking API changes, compared to 1.3.X branch

ElasticSearch 0.90.3 is not supported yet.

**N.B.** If you are upgrading from a previous version to 2.1.0, please read the
**N.B.** If you are upgrading from a previous version to 2.1.X, please read the
following carefully, as the syntax (and semantics) have changed in several places.


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pearson.entech</groupId>
<artifactId>elasticsearch-approx-plugin</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 comments on commit 6b1ba4d

Please sign in to comment.