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 4be8933 commit bf83ec4Copy full SHA for bf83ec4
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>de.neuland-bfi</groupId>
5
<artifactId>jade4j</artifactId>
6
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
7
<packaging>jar</packaging>
8
<name>jade4j</name>
9
<description>Java implementation of the jade templating language</description>
@@ -30,7 +30,7 @@
30
<url>https://github.com/neuland/jade4j</url>
31
<connection>scm:git:git://github.com/neuland/jade4j.git</connection>
32
<developerConnection>scm:git:[email protected]:neuland/jade4j.git</developerConnection>
33
- <tag>HEAD</tag>
+ <tag>jade4j-1.3.1</tag>
34
</scm>
35
36
<developers>
0 commit comments