diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcbfa513..81ef663b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.13.0 (upcoming) + +* Upgrade to Apache Cassandra 2.2.13 + ## 2.2.12.0 (October 01, 2018) * Upgrade to Apache Cassandra 2.2.12 diff --git a/builder/pom.xml b/builder/pom.xml index 031dbf0a9..3bfec8c7e 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 2.2.12.1-RC1-SNAPSHOT + 2.2.13.0-SNAPSHOT jar diff --git a/dist/pom.xml b/dist/pom.xml index 34005fa55..24cb4f53c 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -8,7 +8,7 @@ cassandra-lucene-index-parent com.stratio.cassandra - 2.2.12.1-RC1-SNAPSHOT + 2.2.13.0-SNAPSHOT dist diff --git a/plugin/pom.xml b/plugin/pom.xml index 1e80a49c7..4523a52ac 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 2.2.12.1-RC1-SNAPSHOT + 2.2.13.0-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index af4fc76f2..e7efeb150 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ pom com.stratio.cassandra cassandra-lucene-index-parent - 2.2.12.1-RC1-SNAPSHOT + 2.2.13.0-SNAPSHOT Cassandra Lucene index Cassandra Lucene index @@ -75,7 +75,7 @@ - 2.2.11 + 2.2.13 ${project.build.outputDirectory} 1.14.0 diff --git a/testsAT/pom.xml b/testsAT/pom.xml index fe7fa7be3..fc2efabbc 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-tests - 2.2.12.1-RC1-SNAPSHOT + 2.2.13.0-SNAPSHOT jar Cassandra Lucene Index acceptance tests Cassandra Lucene Index acceptance tests