Skip to content

Commit f502203

Browse files
committed
[maven-release-plugin] prepare release v0.0.6
1 parent 2fe4920 commit f502203

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.6-SNAPSHOT</version>
7+
<version>0.0.6</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>
@@ -174,7 +174,7 @@
174174
<connection>scm:git:git://github.com/codejive/java-properties.git</connection>
175175
<developerConnection>scm:git:git@github.com:codejive/java-properties.git</developerConnection>
176176
<url>http://github.com/codejive/java-properties</url>
177-
<tag>HEAD</tag>
177+
<tag>v0.0.6</tag>
178178
</scm>
179179

180180
<distributionManagement>

0 commit comments

Comments
 (0)