We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5011eb7 commit 65ca92eCopy full SHA for 65ca92e
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.trietsch</groupId>
6
<artifactId>spotify-cli</artifactId>
7
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
8
<packaging>jar</packaging>
9
10
<name>Spotify CLI</name>
@@ -13,7 +13,7 @@
13
<url>https://github.com/trietsch/spotify-cli</url>
14
<connection>scm:git:git@github.com:trietsch/spotify-cli.git</connection>
15
<developerConnection>scm:git:git@github.com:trietsch/spotify-cli.git</developerConnection>
16
- <tag>HEAD</tag>
+ <tag>v0.1.0</tag>
17
</scm>
18
19
<properties>
0 commit comments