We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e5b63 commit 19ef745Copy full SHA for 19ef745
api/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.messagebird</groupId>
6
<artifactId>messagebird-api</artifactId>
7
- <version>6.1.0-SNAPSHOT</version> <!--
+ <version>6.1.0</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>v6.1.0</tag>
46
</scm>
47
48
<profiles>
0 commit comments