We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0894c2d commit 9ac250cCopy full SHA for 9ac250c
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.8.0-SNAPSHOT</version>
+ <version>2.8.0</version>
14
<description>Jinja templating engine implemented in Java</description>
15
16
<properties>
@@ -344,7 +344,7 @@
344
<connection>scm:git:git@github.com:HubSpot/jinjava.git</connection>
345
<developerConnection>scm:git:git@github.com:HubSpot/jinjava.git</developerConnection>
346
<url>git@github.com:HubSpot/jinjava.git</url>
347
- <tag>HEAD$</tag>
+ <tag>jinjava-2.8.0</tag>
348
</scm>
349
350
<profiles>
0 commit comments