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