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 8300671 commit c59a59cCopy full SHA for c59a59c
api/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.messagebird</groupId>
6
<artifactId>messagebird-api</artifactId>
7
- <version>6.1.6-SNAPSHOT</version>
+ <version>6.1.6</version>
8
<packaging>jar</packaging>
9
10
<name>${project.groupId}:${project.artifactId}</name>
@@ -39,7 +39,7 @@
39
<connection>scm:git:git@github.com:messagebird/java-rest-api.git</connection>
40
<developerConnection>scm:git:git@github.com:messagebird/java-rest-api.git</developerConnection>
41
<url>git@github.com:messagebird/java-rest-api.git</url>
42
- <tag>HEAD</tag>
+ <tag>v6.1.6</tag>
43
</scm>
44
45
<profiles>
0 commit comments