We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fd485 commit 1aa9e89Copy full SHA for 1aa9e89
pom.xml
@@ -7,7 +7,7 @@
7
<description>Command Line Interface for DataStax Astra</description>
8
<packaging>jar</packaging>
9
<inceptionYear>2022</inceptionYear>
10
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
11
<url>https://github.com/datastax/astra-cli</url>
12
<properties>
13
<sonar.organization>clun-datastax</sonar.organization>
@@ -375,7 +375,7 @@
375
<connection>scm:git:[email protected]:datastax/astra-cli.git</connection>
376
<developerConnection>scm:git:[email protected]:datastax/astra-cli.git</developerConnection>
377
378
- <tag>HEAD</tag>
+ <tag>0.2</tag>
379
</scm>
380
381
<distributionManagement>
0 commit comments