We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a92f16 commit af37d8dCopy full SHA for af37d8d
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.codejive</groupId>
6
<artifactId>java-properties</artifactId>
7
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</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>
@@ -169,7 +169,7 @@
169
<connection>scm:git:git://github.com/codejive/java-properties.git</connection>
170
<developerConnection>scm:git:git@github.com:codejive/java-properties.git</developerConnection>
171
<url>http://github.com/codejive/java-properties</url>
172
- <tag>HEAD</tag>
+ <tag>v0.0.1</tag>
173
</scm>
174
175
<distributionManagement>
0 commit comments