We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c187c8 commit 1fdbbbaCopy full SHA for 1fdbbba
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.thepracticaldeveloper</groupId>
6
<artifactId>quboo-sonar-plugin</artifactId>
7
<packaging>sonar-plugin</packaging>
8
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
9
10
<name>Quboo Plugin for SonarQube</name>
11
<description>This plugin exports analysis result summaries to your Quboo organization account.</description>
@@ -29,7 +29,7 @@
29
<scm>
30
<developerConnection>scm:git:ssh://[email protected]/thepracticaldeveloper/quboo-sonarqube-plugin.git</developerConnection>
31
<url>https://github.com/thepracticaldeveloper/quboo-sonarqube-plugin/tree/master</url>
32
- <tag>HEAD</tag>
+ <tag>v1.0.4</tag>
33
</scm>
34
35
<properties>
0 commit comments