Skip to content

Commit c588667

Browse files
[maven-release-plugin] prepare release jinjava-2.7.2
1 parent 615fe93 commit c588667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.hubspot.jinjava</groupId>
1212
<artifactId>jinjava</artifactId>
13-
<version>2.7.2-SNAPSHOT</version>
13+
<version>2.7.2</version>
1414
<description>Jinja templating engine implemented in Java</description>
1515

1616
<properties>
@@ -26,7 +26,7 @@
2626
--add-opens=java.base/java.lang=ALL-UNNAMED
2727
</basepom.test.add.opens>
2828

29-
<argLine></argLine>
29+
<argLine />
3030
</properties>
3131

3232
<dependencyManagement>
@@ -304,7 +304,7 @@
304304
<connection>scm:git:[email protected]:HubSpot/jinjava.git</connection>
305305
<developerConnection>scm:git:[email protected]:HubSpot/jinjava.git</developerConnection>
306306
<url>[email protected]:HubSpot/jinjava.git</url>
307-
<tag>HEAD$</tag>
307+
<tag>jinjava-2.7.2</tag>
308308
</scm>
309309

310310
<profiles>

0 commit comments

Comments
 (0)