We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214143f commit 3fee15dCopy full SHA for 3fee15d
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.moandjiezana.toml</groupId>
4
<artifactId>toml4j</artifactId>
5
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
6
<name>toml4j</name>
7
<description>A parser for TOML</description>
8
<url>http://moandjiezana.com/toml/toml4j</url>
@@ -17,7 +17,7 @@
17
<connection>scm:git:git@github.com:mwanji/toml4j.git</connection>
18
<developerConnection>scm:git:git@github.com:mwanji/toml4j.git</developerConnection>
19
<url>https://github.com/mwanji/toml4j</url>
20
- <tag>HEAD</tag>
+ <tag>toml4j-0.7.1</tag>
21
</scm>
22
<issueManagement>
23
<system>Github Issues</system>
0 commit comments