We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114b0fc commit c5ffd9eCopy full SHA for c5ffd9e
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>bit-io2</artifactId>
12
- <version>0.0.3</version>
+ <version>0.0.4-SNAPSHOT</version>
13
<packaging>jar</packaging>
14
15
<name>${project.artifactId}</name>
@@ -32,7 +32,7 @@
32
<connection>scm:git:[email protected]:jinahya/${project.artifactId}.git</connection>
33
<developerConnection>scm:git:[email protected]:jinahya/${project.artifactId}.git</developerConnection>
34
<url>https://github.com/jinahya/${project.artifactId}</url>
35
- <tag>0.0.3</tag>
+ <tag>HEAD</tag>
36
</scm>
37
<issueManagement>
38
<system>GitHub Issues</system>
0 commit comments