Skip to content

Commit af37d8d

Browse files
committed
[maven-release-plugin] prepare release v0.0.1
1 parent 9a92f16 commit af37d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.codejive</groupId>
66
<artifactId>java-properties</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88

99
<name>Java Properties parser</name>
1010
<description>A simple Java Properties parser that retains the exact format of the input file, including any comments</description>
@@ -169,7 +169,7 @@
169169
<connection>scm:git:git://github.com/codejive/java-properties.git</connection>
170170
<developerConnection>scm:git:git@github.com:codejive/java-properties.git</developerConnection>
171171
<url>http://github.com/codejive/java-properties</url>
172-
<tag>HEAD</tag>
172+
<tag>v0.0.1</tag>
173173
</scm>
174174

175175
<distributionManagement>

0 commit comments

Comments
 (0)