Skip to content

Commit 5109560

Browse files
committed
set sonar-maven-plugin version
without that Maven build complains that the 'build.plugins.plugin.version'a for org.sonarsource.scanner.maven:sonar-maven-plugin is missing and "future Maven versions might no longer support building such malformed projects."
1 parent 895e2a5 commit 5109560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
456456
<plugin>
457457
<groupId>org.sonarsource.scanner.maven</groupId>
458458
<artifactId>sonar-maven-plugin</artifactId>
459+
<version>3.9.1.2184</version>
459460
</plugin>
460461
</plugins>
461462
</build>

0 commit comments

Comments
 (0)