We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5963d commit 56c0280Copy full SHA for 56c0280
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.streammachine</groupId>
6
<artifactId>command-line-interface</artifactId>
7
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
8
<packaging>jar</packaging>
9
10
<name>Stream Machine CLI</name>
@@ -13,7 +13,7 @@
13
<url>https://github.com/streammachineio/cli</url>
14
<connection>scm:git:git@github.com:streammachineio/cli.git</connection>
15
<developerConnection>scm:git:git@github.com:streammachineio/cli.git</developerConnection>
16
- <tag>HEAD</tag>
+ <tag>v0.3.0</tag>
17
</scm>
18
19
<properties>
0 commit comments