We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ab603 commit 72af24cCopy full SHA for 72af24c
api/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.messagebird</groupId>
6
<artifactId>messagebird-api</artifactId>
7
- <version>3.0.12-SNAPSHOT</version> <!--
+ <version>3.0.12</version> <!--
8
are you going to bump a major number?
9
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
10
-->
@@ -42,7 +42,7 @@
42
<connection>scm:git:git@github.com:messagebird/java-rest-api.git</connection>
43
<developerConnection>scm:git:git@github.com:messagebird/java-rest-api.git</developerConnection>
44
<url>git@github.com:messagebird/java-rest-api.git</url>
45
- <tag>HEAD</tag>
+ <tag>v3.0.12</tag>
46
</scm>
47
48
<profiles>
0 commit comments