Skip to content

Commit abe1e23

Browse files
author
Sonartech
committed
[maven-release-plugin] prepare release 2.4
1 parent 90adb32 commit abe1e23

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

checkstyle-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.checkstyle</groupId>
77
<artifactId>checkstyle</artifactId>
8-
<version>2.4-SNAPSHOT</version>
8+
<version>2.4</version>
99
</parent>
1010

1111
<name>SonarQube Checkstyle Dependency Shading</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.sonarsource.checkstyle</groupId>
1212
<artifactId>checkstyle</artifactId>
13-
<version>2.4-SNAPSHOT</version>
13+
<version>2.4</version>
1414
<packaging>pom</packaging>
1515

1616
<name>SonarQube Checkstyle</name>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:[email protected]:SonarCommunity/sonar-checkstyle.git</connection>
5353
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-checkstyle.git</developerConnection>
5454
<url>https://github.com/SonarCommunity/sonar-checkstyle</url>
55-
<tag>HEAD</tag>
55+
<tag>2.4</tag>
5656
</scm>
5757
<url>http://redirect.sonarsource.com/plugins/checkstyle.html</url>
5858
<issueManagement>

sonar-checkstyle-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.checkstyle</groupId>
77
<artifactId>checkstyle</artifactId>
8-
<version>2.4-SNAPSHOT</version>
8+
<version>2.4</version>
99
</parent>
1010

1111
<artifactId>sonar-checkstyle-plugin</artifactId>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:[email protected]:SonarCommunity/sonar-checkstyle.git</connection>
1919
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-checkstyle.git</developerConnection>
2020
<url>https://github.com/SonarCommunity/sonar-checkstyle</url>
21-
<tag>HEAD</tag>
21+
<tag>2.4</tag>
2222
</scm>
2323

2424
<properties>

0 commit comments

Comments
 (0)