From 6f0196394134c4ea7e7518c08a700f073a454348 Mon Sep 17 00:00:00 2001 From: edu Date: Fri, 28 Sep 2018 13:53:55 +0200 Subject: [PATCH] Upgraded to Apache Cassandra 3.11.3. --- CHANGELOG.md | 4 ++++ builder/pom.xml | 2 +- dist/pom.xml | 2 +- plugin/pom.xml | 2 +- pom.xml | 4 ++-- testsAT/pom.xml | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dd42124..c66e9e63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.11.3.0 (upcoming) + +* Upgrade to Apache Cassandra 3.11.2 + ## 3.11.2.0 (September 28, 2018) * Upgrade to Apache Cassandra 3.11.2 diff --git a/builder/pom.xml b/builder/pom.xml index c750d02da..8c82b3db1 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 3.11.2.1-RC1-SNAPSHOT + 3.11.3.0-SNAPSHOT jar diff --git a/dist/pom.xml b/dist/pom.xml index 4a9de31b0..f2cad1b09 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -8,7 +8,7 @@ cassandra-lucene-index-parent com.stratio.cassandra - 3.11.2.1-RC1-SNAPSHOT + 3.11.3.0-SNAPSHOT dist diff --git a/plugin/pom.xml b/plugin/pom.xml index dd65eff07..4810ef8c1 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -26,7 +26,7 @@ com.stratio.cassandra cassandra-lucene-index-parent - 3.11.2.1-RC1-SNAPSHOT + 3.11.3.0-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index 4a2236f5f..e5d076472 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ pom com.stratio.cassandra cassandra-lucene-index-parent - 3.11.2.1-RC1-SNAPSHOT + 3.11.3.0-SNAPSHOT Cassandra Lucene index Cassandra Lucene index @@ -75,7 +75,7 @@ - 3.11.2 + 3.11.3 ${project.build.outputDirectory} 2.8.4 diff --git a/testsAT/pom.xml b/testsAT/pom.xml index a85bbdb00..74d24ed97 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -25,7 +25,7 @@ com.stratio.cassandra cassandra-lucene-index-tests - 3.11.2.1-RC1-SNAPSHOT + 3.11.3.0-SNAPSHOT jar Cassandra Lucene Index acceptance tests