Skip to content

Commit 03f2522

Browse files
committed
[maven-release-plugin] prepare release qualinsight-plugins-sonarqube-smell-4.0.0-RC3
1 parent 299e0d3 commit 03f2522

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.qualinsight.plugins.sonarqube</groupId>
55
<artifactId>qualinsight-plugins-sonarqube-smell</artifactId>
6-
<version>4.0.0-RC3-SNAPSHOT</version>
6+
<version>4.0.0-RC3</version>
77
</parent>
88
<artifactId>qualinsight-plugins-sonarqube-smell-api</artifactId>
99
<description>QualInsight code smells annotation api.</description>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.qualinsight.plugins.sonarqube</groupId>
55
<artifactId>qualinsight-plugins-sonarqube-smell</artifactId>
6-
<version>4.0.0-RC3-SNAPSHOT</version>
6+
<version>4.0.0-RC3</version>
77
</parent>
88
<artifactId>qualinsight-plugins-sonarqube-smell-plugin</artifactId>
99
<description>Allows developers to programmatically report code smells usually not seen by SonarQube but which should be taken into consideration when evaluating a project's technical debt. Usage &lt;a href="https://github.com/QualInsight/qualinsight-plugins-sonarqube-smell#code-smells-plugin-for-sonarqube"&gt;documentation&lt;/a&gt; is available on the project's Homepage.</description>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>com.qualinsight.plugins.sonarqube</groupId>
99
<artifactId>qualinsight-plugins-sonarqube-smell</artifactId>
10-
<version>4.0.0-RC3-SNAPSHOT</version>
10+
<version>4.0.0-RC3</version>
1111
<description>Parent pom of QualInsight Code Smells plugin for SonarQube and its companion Java api library.</description>
1212
<url>https://github.com/QualInsight/qualinsight-plugins-sonarqube-smell</url>
1313
<organization>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:git@github.com:QualInsight/qualinsight-plugins-sonarqube-smell.git</connection>
3939
<developerConnection>scm:git:git@github.com:QualInsight/qualinsight-plugins-sonarqube-smell.git</developerConnection>
4040
<url>https://github.com/QualInsight/qualinsight-plugins-sonarqube-smell.git</url>
41-
<tag>HEAD</tag>
41+
<tag>qualinsight-plugins-sonarqube-smell-4.0.0-RC3</tag>
4242
</scm>
4343
<properties>
4444
<!-- License properties -->

0 commit comments

Comments
 (0)