We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f2a1f commit b72fc5eCopy full SHA for b72fc5e
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>sonar</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>2.18</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>${scmTag}</tag>
+ <tag>sonar-2.18</tag>
37
</scm>
38
<issueManagement>
39
<system>JIRA</system>
0 commit comments