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 802c2d0 commit 94622d9Copy full SHA for 94622d9
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.2.0</version>
+ <version>1.2.1-SNAPSHOT</version>
9
10
<name>Quboo Plugin for SonarQube</name>
11
<description>This plugin exports analysis result summaries to your Quboo organization account.</description>
@@ -30,7 +30,7 @@
30
<developerConnection>scm:git:ssh://[email protected]/thepracticaldeveloper/quboo-sonarqube-plugin.git
31
</developerConnection>
32
<url>https://github.com/thepracticaldeveloper/quboo-sonarqube-plugin/tree/master</url>
33
- <tag>v1.2.0</tag>
+ <tag>HEAD</tag>
34
</scm>
35
36
<properties>
0 commit comments