We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac250c commit 5e84d55Copy full SHA for 5e84d55
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</version>
+ <version>2.8.1-SNAPSHOT</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>jinjava-2.8.0</tag>
+ <tag>HEAD$</tag>
348
</scm>
349
350
<profiles>
0 commit comments