Skip to content

Commit 32dfcd0

Browse files
authored
Fixes scm.tag for incrementals (#462)
1 parent 24c2f33 commit 32dfcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3232
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
33-
<tag>winstone-8.13.1</tag>
33+
<tag>${scmTag}</tag>
3434
<url>https://github.com/${gitHubRepo}</url>
3535
</scm>
3636

0 commit comments

Comments
 (0)