We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490ee9 commit c50b0f4Copy full SHA for c50b0f4
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.iobeam</groupId>
6
<artifactId>iobeam-client-java</artifactId>
7
- <version>0.5.14-SNAPSHOT</version>
+ <version>0.6.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<url>https://www.iobeam.com/</url>
@@ -30,7 +30,7 @@
30
<connection>scm:git:git@github.com:iobeam/iobeam-client-java.git</connection>
31
<developerConnection>scm:git:git@github.com:iobeam/iobeam-client-java.git</developerConnection>
32
<url>git@github.com:iobeam/iobeam-client-java.git</url>
33
- <tag>HEAD</tag>
+ <tag>v0.6.0</tag>
34
</scm>
35
36
<properties>
0 commit comments