We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fc9df commit e296da0Copy full SHA for e296da0
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>nl.big-o</groupId>
4
<artifactId>liqp</artifactId>
5
<packaging>jar</packaging>
6
- <version>0.7.3-SNAPSHOT</version>
+ <version>0.7.3</version>
7
<name>Liqp</name>
8
<description>A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.</description>
9
<url>https://github.com/bkiers/Liqp</url>
@@ -19,7 +19,7 @@
19
20
<connection>scm:git:git://github.com/bkiers/Liqp.git</connection>
21
<developerConnection>scm:git:[email protected]:bkiers/Liqp.git</developerConnection>
22
- <tag>HEAD</tag>
+ <tag>0.7.3</tag>
23
</scm>
24
25
<developers>
0 commit comments