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