We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772aad3 commit cfef882Copy full SHA for cfef882
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>de.neuland-bfi</groupId>
4
<artifactId>pug4j</artifactId>
5
- <version>3.0.0-alpha.1-SNAPSHOT</version>
+ <version>3.0.0-alpha.1</version>
6
<packaging>jar</packaging>
7
<name>pug4j</name>
8
<description>Java implementation of the pug templating language</description>
@@ -24,7 +24,7 @@
24
<url>https://github.com/neuland/pug4j</url>
25
<connection>scm:git:git://github.com/neuland/pug4j.git</connection>
26
<developerConnection>scm:git:git@github.com:neuland/pug4j.git</developerConnection>
27
- <tag>HEAD</tag>
+ <tag>pug4j-3.0.0-alpha.1</tag>
28
</scm>
29
30
<developers>
0 commit comments