We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2cbc9 commit 2f0a792Copy full SHA for 2f0a792
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
14
<description>Jinja templating engine implemented in Java</description>
15
16
<properties>
@@ -248,6 +248,6 @@
248
<connection>scm:git:git@github.com:HubSpot/jinjava.git</connection>
249
<developerConnection>scm:git:git@github.com:HubSpot/jinjava.git</developerConnection>
250
<url>git@github.com:HubSpot/jinjava.git</url>
251
- <tag>HEAD</tag>
+ <tag>jinjava-2.6.0</tag>
252
</scm>
253
</project>
0 commit comments