We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee5f60 commit 4ce85f5Copy full SHA for 4ce85f5
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>java-xmlbuilder</artifactId>
5
<packaging>jar</packaging>
6
7
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
8
<name>java-xmlbuilder</name>
9
<description>XML Builder is a utility that creates simple XML documents using relatively sparse Java code</description>
10
<url>https://github.com/jmurty/java-xmlbuilder</url>
@@ -21,7 +21,7 @@
21
<connection>scm:git:github.com/jmurty/java-xmlbuilder.git</connection>
22
<developerConnection>scm:git:git@github.com:jmurty/java-xmlbuilder.git</developerConnection>
23
24
- <tag>HEAD</tag>
+ <tag>v1.2</tag>
25
</scm>
26
27
<developers>
0 commit comments