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 a46e737 commit 079872bCopy full SHA for 079872b
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8.1</version>
14
15
<name>${project.groupId}:${project.artifactId}</name>
16
<description>Jinja templating engine implemented in Java</description>
@@ -363,7 +363,7 @@
363
<connection>scm:git:[email protected]:HubSpot/jinjava.git</connection>
364
<developerConnection>scm:git:[email protected]:HubSpot/jinjava.git</developerConnection>
365
<url>[email protected]:HubSpot/jinjava.git</url>
366
- <tag>HEAD$</tag>
+ <tag>jinjava-2.8.1</tag>
367
</scm>
368
369
<profiles>
0 commit comments