We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5b26 commit 3e472ebCopy full SHA for 3e472eb
pom.xml
@@ -31,10 +31,10 @@
31
</developers>
32
33
<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>
+ <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
+ <developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
37
<url>https://github.com/${gitHubRepo}</url>
+ <tag>${scmTag}</tag>
38
</scm>
39
40
<properties>
0 commit comments