Try newer sonarcloud maven version due to Travis errors

This commit is contained in:
tastybento 2019-05-03 22:54:13 -07:00
parent 2b2ee7e42c
commit df8a93e9f1
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.4.1.1168</version>
<!-- was <version>3.4.1.1168</version> -->
<version>3.6.0.1398</version>
<executions>
<execution>
<phase>verify</phase>