Skip to content

Commit

Permalink
[RELEASE] 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Dec 14, 2022
1 parent 4c3aa91 commit 88986af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- m2-{{ checksum "pom.xml" }}
- m2-

- run: mvn clean install -DoutputDirectory=/tmp/artifacts -Pdeb,rpm -Dcassandra.version=4.1-rc1
- run: mvn clean install -DoutputDirectory=/tmp/artifacts -Pdeb,rpm -Dcassandra.version=4.1.0

- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</distributionManagement>

<properties>
<cassandra.version>4.1-rc1</cassandra.version>
<cassandra.version>4.1.0</cassandra.version>

<jackson.core.version>2.13.2</jackson.core.version>
<jackson.databind.version>2.13.2.2</jackson.databind.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class PluginTestFramework {
static class NestedSingleton implements BeforeAllCallback, ExtensionContext.Store.CloseableResource {

public static final String pluginCassandraVersion = System.getProperty("plugin.version", "4.1.0-1.0.0");
public static final String cassandraVersion = System.getProperty("cassandra.version", "4.1-rc1");
public static final String cassandraVersion = System.getProperty("cassandra.version", "4.1.0");

private static volatile boolean disconnected = false;
private static volatile boolean initialized = false;
Expand Down

0 comments on commit 88986af

Please sign in to comment.