mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-04 14:31:21 +01:00
Fix for sonar cloud maven plugin version.
This commit is contained in:
parent
e11f173ca3
commit
05ca21b0cd
2
pom.xml
2
pom.xml
@ -220,7 +220,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
||||||
<artifactId>sonar-maven-plugin</artifactId>
|
<artifactId>sonar-maven-plugin</artifactId>
|
||||||
<version>LATEST</version>
|
<version>3.4.1.1168</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
Loading…
Reference in New Issue
Block a user