diff --git a/builder/pom.xml b/builder/pom.xml index f0efc260..8dabe60c 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -26,7 +26,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.3-1.0.0 + 4.1.3-1.0.1 ../pom.xml diff --git a/plugin/pom.xml b/plugin/pom.xml index fc46aaca..50abb306 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -26,7 +26,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.3-1.0.0 + 4.1.3-1.0.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 1627c6e9..64cc730f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.3-1.0.0 + 4.1.3-1.0.1 pom Cassandra Lucene index diff --git a/testsAT/pom.xml b/testsAT/pom.xml index de711000..b15014be 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -26,12 +26,12 @@ com.instaclustr cassandra-lucene-index-parent - 4.1.3-1.0.0 + 4.1.3-1.0.1 ../pom.xml cassandra-lucene-index-tests - 4.1.3-1.0.0 + 4.1.3-1.0.1 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 7e8c01fa..56cf59b0 100644 --- a/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java +++ b/testsAT/src/test/java/com/stratio/cassandra/lucene/PluginTestFramework.java @@ -26,7 +26,7 @@ public abstract class PluginTestFramework { static class NestedSingleton implements BeforeAllCallback, ExtensionContext.Store.CloseableResource { - public static final String pluginCassandraVersion = System.getProperty("plugin.version", "4.1.3-1.0.0"); + public static final String pluginCassandraVersion = System.getProperty("plugin.version", "4.1.3-1.0.1"); public static final String cassandraVersion = System.getProperty("cassandra.version", "4.1.3"); private static volatile boolean disconnected = false;