We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe4920 commit f502203Copy full SHA for f502203
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.codejive</groupId>
6
<artifactId>java-properties</artifactId>
7
- <version>0.0.6-SNAPSHOT</version>
+ <version>0.0.6</version>
8
9
<name>Java Properties parser</name>
10
<description>A simple Java Properties parser that retains the exact format of the input file, including any comments</description>
@@ -174,7 +174,7 @@
174
<connection>scm:git:git://github.com/codejive/java-properties.git</connection>
175
<developerConnection>scm:git:git@github.com:codejive/java-properties.git</developerConnection>
176
<url>http://github.com/codejive/java-properties</url>
177
- <tag>HEAD</tag>
+ <tag>v0.0.6</tag>
178
</scm>
179
180
<distributionManagement>
0 commit comments