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 7388d8c commit f5abaf9Copy full SHA for f5abaf9
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.thepracticaldeveloper</groupId>
7
<artifactId>quboo-sonar-plugin</artifactId>
8
<packaging>sonar-plugin</packaging>
9
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.3-SNAPSHOT</version>
10
11
<name>Quboo Plugin for SonarQube</name>
12
<description>This plugin exports analysis result summaries to your Quboo organization account.</description>
@@ -150,6 +150,7 @@
150
<useReleaseProfile>false</useReleaseProfile>
151
<releaseProfiles>release</releaseProfiles>
152
<goals>deploy</goals>
153
+ <tagNameFormat>v@{project.version}</tagNameFormat>
154
</configuration>
155
</plugin>
156
</plugins>
0 commit comments