We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649857e commit 071a896Copy full SHA for 071a896
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>sonar</artifactId>
13
- <version>2.3-SNAPSHOT</version>
+ <version>2.3</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins SonarQube Plugin</name>
@@ -86,7 +86,7 @@
86
<connection>scm:git:git://github.com/SonarSource/jenkins-sonar-plugin.git</connection>
87
<developerConnection>scm:git:[email protected]:SonarSource/jenkins-sonar-plugin.git</developerConnection>
88
<url>https://github.com/SonarSource/jenkins-sonar-plugin</url>
89
- <tag>HEAD</tag>
+ <tag>2.3</tag>
90
</scm>
91
<issueManagement>
92
<system>JIRA</system>
0 commit comments