We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b1a7c commit 3f4ae09Copy full SHA for 3f4ae09
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.codejive</groupId>
6
<artifactId>java-properties</artifactId>
7
- <version>0.0.3</version>
+ <version>0.0.4-SNAPSHOT</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>v0.0.3</tag>
+ <tag>HEAD</tag>
178
</scm>
179
180
<distributionManagement>
0 commit comments