Skip to content

Commit

Permalink
Merge pull request #126 from jenkinsci/incr
Browse files Browse the repository at this point in the history
pom.xml: refer to variable scmTag
  • Loading branch information
jimklimov authored Nov 22, 2022
2 parents e65ef48 + d974684 commit 0b10804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>instant-messaging-1.52</tag>
<tag>${scmTag}</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit 0b10804

Please sign in to comment.