We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615fe93 commit c588667Copy full SHA for c588667
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jinjava</groupId>
12
<artifactId>jinjava</artifactId>
13
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.2</version>
14
<description>Jinja templating engine implemented in Java</description>
15
16
<properties>
@@ -26,7 +26,7 @@
26
--add-opens=java.base/java.lang=ALL-UNNAMED
27
</basepom.test.add.opens>
28
29
- <argLine></argLine>
+ <argLine />
30
</properties>
31
32
<dependencyManagement>
@@ -304,7 +304,7 @@
304
<connection>scm:git:git@github.com:HubSpot/jinjava.git</connection>
305
<developerConnection>scm:git:git@github.com:HubSpot/jinjava.git</developerConnection>
306
<url>git@github.com:HubSpot/jinjava.git</url>
307
- <tag>HEAD$</tag>
+ <tag>jinjava-2.7.2</tag>
308
</scm>
309
310
<profiles>
0 commit comments