Skip to content

Commit 3e472eb

Browse files
committed
Add scmTag
1 parent fbf5b26 commit 3e472eb

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
@@ -31,10 +31,10 @@
3131
</developers>
3232

3333
<scm>
34-
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
35-
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
36-
<tag>nested-data-reporting-3.3.0</tag>
34+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
35+
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
3736
<url>https://github.com/${gitHubRepo}</url>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939

4040
<properties>

0 commit comments

Comments
 (0)