We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86bdfd commit d620dbbCopy full SHA for d620dbb
pom.xml
@@ -25,6 +25,7 @@
25
<inceptionYear>2014-2019</inceptionYear>
26
<properties>
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
+ <sonar-maven-plugin.version>3.8.0.2131</sonar-maven-plugin.version>
29
<hibernate.version>5.2.18.Final</hibernate.version>
30
<spring.version>5.0.13.RELEASE</spring.version>
31
<spring-boot.version>2.0.9.RELEASE</spring-boot.version>
@@ -425,7 +426,7 @@
425
426
<plugin>
427
<groupId>org.sonarsource.scanner.maven</groupId>
428
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.7.0.1746</version>
429
+ <version>${sonar-maven-plugin.version}</version>
430
</plugin>
431
</plugins>
432
</pluginManagement>
0 commit comments