Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19d9f81

Browse files
committedOct 8, 2021
[maven-release-plugin] prepare for next development iteration
1 parent 4248ad5 commit 19d9f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.codepine.api</groupId>
55
<artifactId>testrail-api-java-client</artifactId>
6-
<version>2.0.2</version>
6+
<version>2.0.3-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>TestRail API Java Client</name>
@@ -22,7 +22,7 @@
2222
<url>scm:git:git@github.com:codepine/testrail-api-java-client.git</url>
2323
<connection>scm:git:git@github.com:codepine/testrail-api-java-client.git</connection>
2424
<developerConnection>scm:git:git@github.com:codepine/testrail-api-java-client.git</developerConnection>
25-
<tag>v2.0.2</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<developers>

0 commit comments

Comments
 (0)
Please sign in to comment.