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 a8466a7 commit 122f112Copy full SHA for 122f112
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
14
15
<name>${project.groupId}:${project.artifactId}</name>
16
<description>Jinja templating engine implemented in Java</description>
@@ -379,7 +379,7 @@
379
<connection>scm:git:git@github.com:HubSpot/jinjava.git</connection>
380
<developerConnection>scm:git:git@github.com:HubSpot/jinjava.git</developerConnection>
381
<url>git@github.com:HubSpot/jinjava.git</url>
382
- <tag>HEAD$</tag>
+ <tag>jinjava-2.8.2</tag>
383
</scm>
384
385
<profiles>
0 commit comments