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 d49e18c commit bf2be8eCopy full SHA for bf2be8e
pom.xml
@@ -5,7 +5,7 @@
5
<name>LeetCode Tester</name>
6
<groupId>org.codi</groupId>
7
<artifactId>leetcode-tester</artifactId>
8
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<developers>
@@ -19,7 +19,7 @@
19
<url>https://github.com/the-codinator/LeetCodeTester.git</url>
20
<connection>scm:git:https://github.com/the-codinator/LeetCodeTester.git</connection>
21
<developerConnection>scm:git:https://github.com/the-codinator/LeetCodeTester.git</developerConnection>
22
- <tag>leetcode-tester-0.2.0</tag>
+ <tag>HEAD</tag>
23
</scm>
24
25
<properties>
0 commit comments