We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc01fed commit 3fa028cCopy full SHA for 3fa028c
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>sonar</artifactId>
14
- <version>2.17.3</version>
+ <version>${revision}${changelist}</version>
15
<packaging>hpi</packaging>
16
17
<name>SonarQube Scanner for Jenkins</name>
@@ -33,7 +33,7 @@
33
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
34
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
35
<url>https://github.com/${gitHubRepo}</url>
36
- <tag>sonar-2.17.3</tag>
+ <tag>${scmTag}</tag>
37
</scm>
38
<issueManagement>
39
<system>JIRA</system>
0 commit comments