We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97bc5c commit 09e04a9Copy full SHA for 09e04a9
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.7.4</version>
+ <version>2.7.5-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.7.4</tag>
+ <tag>HEAD$</tag>
348
</scm>
349
350
<profiles>
0 commit comments