We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e869bc commit 698cf6dCopy full SHA for 698cf6d
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.iobeam</groupId>
6
<artifactId>iobeam-client-java</artifactId>
7
- <version>0.4.5-SNAPSHOT</version>
+ <version>0.4.5</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<url>https://www.iobeam.com/</url>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git@github.com:iobeam/iobeam-client-java.git</connection>
33
<developerConnection>scm:git:git@github.com:iobeam/iobeam-client-java.git</developerConnection>
34
<url>git@github.com:iobeam/iobeam-client-java.git</url>
35
- <tag>HEAD</tag>
+ <tag>v0.4.5</tag>
36
</scm>
37
38
<properties>
0 commit comments