We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6724b6 commit 709d701Copy full SHA for 709d701
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.testingbot</groupId>
5
<artifactId>testingbotrest</artifactId>
6
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10</version>
7
<name>testingbotrest</name>
8
<description>Java library which provides helper methods for invoking the TestingBot REST API</description>
9
<url>https://testingbot.com</url>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git://github.com/testingbot/testingbot-java.git</connection>
36
<developerConnection>scm:git:git@github.com:testingbot/testingbot-java.git</developerConnection>
37
<url>git@github.com:testingbot/testingbot-java.git</url>
38
- <tag>HEAD</tag>
+ <tag>testingbotrest-1.0.10</tag>
39
</scm>
40
<properties>
41
<junit.version>4.13.2</junit.version>
0 commit comments