From d24328a08af8fc154ac94cd59738b3790a9ad87c Mon Sep 17 00:00:00 2001 From: Jackson Fleming Date: Tue, 25 Jul 2023 10:27:08 +1000 Subject: [PATCH] Bump to 4.1.3 --- .circleci/config.yml | 2 +- builder/pom.xml | 2 +- plugin/pom.xml | 2 +- pom.xml | 4 ++-- testsAT/pom.xml | 4 ++-- .../com/stratio/cassandra/lucene/PluginTestFramework.java | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a040a7c4..77feed94 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - m2-{{ checksum "pom.xml" }} - m2- - - run: mvn clean install -DoutputDirectory=/tmp/artifacts -Pdeb,rpm -Dcassandra.version=4.1.2 + - run: mvn clean install -DoutputDirectory=/tmp/artifacts -Pdeb,rpm -Dcassandra.version=4.1.3 - save_cache: paths: diff --git a/builder/pom.xml b/builder/pom.xml index b0c97ab5..f0efc260 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -26,7 +26,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.2-1.0.0 + 4.1.3-1.0.0 ../pom.xml diff --git a/plugin/pom.xml b/plugin/pom.xml index 25d7dd5c..fc46aaca 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -26,7 +26,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.2-1.0.0 + 4.1.3-1.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 8da3738d..1627c6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.2-1.0.0 + 4.1.3-1.0.0 pom Cassandra Lucene index @@ -94,7 +94,7 @@ - 4.1.2 + 4.1.3 2.13.2 2.13.2.2 diff --git a/testsAT/pom.xml b/testsAT/pom.xml index c631cbd1..de711000 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -26,12 +26,12 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.2-1.0.0 + 4.1.3-1.0.0 ../pom.xml cassandra-lucene-index-tests - 4.1.2-1.0.0 + 4.1.3-1.0.0 jar Cassandra Lucene Index acceptance tests diff --git a/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java b/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java index ff475000..7e8c01fa 100644 --- a/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java +++ b/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java @@ -26,8 +26,8 @@ public abstract class PluginTestFramework { static class NestedSingleton implements BeforeAllCallback, ExtensionContext.Store.CloseableResource { - public static final String pluginCassandraVersion = System.getProperty("plugin.version", "4.1.2-1.0.0"); - public static final String cassandraVersion = System.getProperty("cassandra.version", "4.1.2"); + public static final String pluginCassandraVersion = System.getProperty("plugin.version", "4.1.3-1.0.0"); + public static final String cassandraVersion = System.getProperty("cassandra.version", "4.1.3"); private static volatile boolean disconnected = false; private static volatile boolean initialized = false;