Skip to content

Commit f00d764

Browse files
authored
RATIS-2263. Bump sonar-maven-plugin to 5.0.0.4389 (#1238)
1 parent 0bc5aad commit f00d764

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dev-support/checks/sonar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if [ ! "$SONAR_TOKEN" ]; then
2424
fi
2525

2626
${MVN} -B verify -DskipShade -DskipTests \
27-
org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar \
27+
sonar:sonar \
2828
-Dsonar.coverage.jacoco.xmlReportPaths="$(pwd)/target/coverage/all.xml" \
2929
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache-ratis

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
178178
<wagon-ssh.version>3.5.3</wagon-ssh.version>
179179
<hadoop-maven-plugins.version>3.4.0</hadoop-maven-plugins.version>
180+
<sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version>
180181

181182

182183
<!-- org.codehaus.mojo -->
@@ -732,6 +733,11 @@
732733
<artifactId>cyclonedx-maven-plugin</artifactId>
733734
<version>${cyclonedx.version}</version>
734735
</plugin>
736+
<plugin>
737+
<groupId>org.sonarsource.scanner.maven</groupId>
738+
<artifactId>sonar-maven-plugin</artifactId>
739+
<version>${sonar-maven-plugin.version}</version>
740+
</plugin>
735741
</plugins>
736742
</pluginManagement>
737743

0 commit comments

Comments
 (0)