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 cd790ac commit 4974652Copy full SHA for 4974652
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.streammachine</groupId>
6
<artifactId>command-line-interface</artifactId>
7
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</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.1.1</tag>
17
</scm>
18
19
<properties>
0 commit comments