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 1d4d291 commit f6b7f34Copy full SHA for f6b7f34
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.7.5-SNAPSHOT</version>
+ <version>2.7.5</version>
14
15
<name>${project.groupId}:${project.artifactId}</name>
16
<description>Jinja templating engine implemented in Java</description>
@@ -353,7 +353,7 @@
353
<connection>scm:git:[email protected]:HubSpot/jinjava.git</connection>
354
<developerConnection>scm:git:[email protected]:HubSpot/jinjava.git</developerConnection>
355
<url>[email protected]:HubSpot/jinjava.git</url>
356
- <tag>HEAD$</tag>
+ <tag>jinjava-2.7.5</tag>
357
</scm>
358
359
<profiles>
0 commit comments