Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Nov 2, 2023
1 parent 2a68de7 commit fb71092
Show file tree
Hide file tree
Showing 31 changed files with 1,241 additions and 158 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>Command Line Interface for DataStax Astra</description>
<packaging>jar</packaging>
<inceptionYear>2022</inceptionYear>
<version>0.4</version>
<version>0.5</version>
<url>https://github.com/datastax/astra-cli</url>
<properties>

Expand All @@ -17,7 +17,7 @@
<sonar.organization>clun-datastax</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<astra-sdk.version>0.7.1</astra-sdk.version>
<astra-sdk.version>0.7.3-SNAPSHOT</astra-sdk.version>
<jansi.version>2.4.1</jansi.version>
<airline.version>2.9.0</airline.version>
<slf4j.version>2.0.9</slf4j.version>
Expand Down Expand Up @@ -64,9 +64,14 @@
<!-- Http client wrapping Calls -->
<dependency>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-devops</artifactId>
<artifactId>astra-db-client</artifactId>
<version>${astra-sdk.version}</version>
<exclusions>
<exclusion>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-grpc</artifactId>
</exclusion>

<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down
Loading

0 comments on commit fb71092

Please sign in to comment.