We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1c006 commit d2e30beCopy full SHA for d2e30be
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.iobeam</groupId>
6
<artifactId>iobeam-client-java</artifactId>
7
- <version>0.5.8-SNAPSHOT</version>
+ <version>0.5.8</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.5.8</tag>
34
</scm>
35
36
<properties>
0 commit comments