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 a013497 commit 9226458Copy full SHA for 9226458
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rampatra.adsj</groupId>
6
<artifactId>adsj</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<packaging>pom</packaging>
9
10
<name>Algorithms and Data Structures in Java</name>
@@ -32,7 +32,7 @@
32
<url>https://github.com/rampatra/Algorithms-and-Data-Structures-in-Java</url>
33
<connection>scm:git:git://github.com/rampatra/Algorithms-and-Data-Structures-in-Java.git</connection>
34
<developerConnection>scm:git:ssh://git@github.com/rampatra/Algorithms-and-Data-Structures-in-Java.git</developerConnection>
35
- <tag>adsj-1.0.0</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<distributionManagement>
0 commit comments