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 8fe596e commit f1de2eeCopy full SHA for f1de2ee
api/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.messagebird</groupId>
6
<artifactId>messagebird-api</artifactId>
7
- <version>6.2.2-SNAPSHOT</version>
+ <version>6.2.2</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.2.2</tag>
43
</scm>
44
45
<profiles>
0 commit comments