Skip to content

Commit

Permalink
Merge pull request #15 from instaclustr/cassandra-4.0.1-update
Browse files Browse the repository at this point in the history
Update to Cassandra 4.0.1
  • Loading branch information
willmasseyic authored Sep 8, 2021
2 parents ecd7065 + c0f857f commit 58985b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instaclustr SSTable tools

[![Maven Badge](https://img.shields.io/maven-central/v/com.instaclustr/ic-sstable-tools-4.0.0.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.instaclustr%22%20AND%20a:%22ic-sstable-tools-4.0.0%22)
[![Maven Badge](https://img.shields.io/maven-central/v/com.instaclustr/ic-sstable-tools-4.0.1.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.instaclustr%22%20AND%20a:%22ic-sstable-tools-4.0.1%22)
[![Circle CI](https://circleci.com/gh/instaclustr/cassandra-sstable-tools.svg?style=svg)](https://circleci.com/gh/instaclustr/cassandra-sstable-tools)

https://www.instaclustr.com/update-released-instaclustr-sstable-analysis-tools-apache-cassandra/
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.instaclustr</groupId>
<artifactId>ic-sstable-tools-4.0.0</artifactId>
<artifactId>ic-sstable-tools-4.0.1</artifactId>
<version>1.0.0</version>

<name>Instaclustr SSTable Tools</name>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 58985b0

Please sign in to comment.