Skip to content

Commit f5abaf9

Browse files
committed
SCM details (4)
1 parent 7388d8c commit f5abaf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.thepracticaldeveloper</groupId>
77
<artifactId>quboo-sonar-plugin</artifactId>
88
<packaging>sonar-plugin</packaging>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.3-SNAPSHOT</version>
1010

1111
<name>Quboo Plugin for SonarQube</name>
1212
<description>This plugin exports analysis result summaries to your Quboo organization account.</description>
@@ -150,6 +150,7 @@
150150
<useReleaseProfile>false</useReleaseProfile>
151151
<releaseProfiles>release</releaseProfiles>
152152
<goals>deploy</goals>
153+
<tagNameFormat>v@{project.version}</tagNameFormat>
153154
</configuration>
154155
</plugin>
155156
</plugins>

0 commit comments

Comments
 (0)