diff --git a/CHANGELOG.md b/CHANGELOG.md index 042749971..a146ebb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.9.2 (Upcoming) +## 3.9.2 (November 11, 2016) * Add support for geospatial shapes in bounding box search * Add support for geospatial shapes in distance search diff --git a/builder/pom.xml b/builder/pom.xml index 66659b39c..53eb44aee 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 3.9.2-RC1-SNAPSHOT + 3.9.2 jar diff --git a/plugin/pom.xml b/plugin/pom.xml index 56bc2ac44..2e37d83c8 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 3.9.2-RC1-SNAPSHOT + 3.9.2 jar diff --git a/pom.xml b/pom.xml index 9aff327b3..c30580af7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ pom com.stratio.cassandra cassandra-lucene-index-parent - 3.9.2-RC1-SNAPSHOT + 3.9.2 Cassandra Lucene index Cassandra Lucene index diff --git a/testsAT/pom.xml b/testsAT/pom.xml index a36786ac3..a7d3b75bc 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -25,7 +25,7 @@ com.stratio.cassandra cassandra-lucene-index-tests - 3.9.2-RC1-SNAPSHOT + 3.9.2 jar Cassandra Lucene Index acceptance tests