aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-09 20:21:59 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-09 20:22:05 -0500
commit81f6ddbadbfb35ade23aa69570551e1d7758f13f (patch)
treea9a7e50ad953ee39795fe14919da7e7c895b429c /pom.xml
parentb080421073ed777fa4246a7a9d419bbc748741f2 (diff)
Update sonar configuration
Sonarcloud upgrade exposed missing configuration variable. Also removed deprecated properties Used properties for versions of plugins Upgraded all the plugins to the latest Issue-ID: INT-1411 Change-Id: I75cb459f387a32230920987913d174dbc751e9f2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c85ecaa..7003823 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,8 @@
<!-- sitePath may be overridden in the inheriting POM if desired -->
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
<maven.compiler.release>11</maven.compiler.release>
+ <sonar.scanner.version>3.7.0.1746</sonar.scanner.version>
+
<!--
In the java 8 version of oparent there were two variables defined for 1.8 source and target. These are no longer
applicable in Java 11 but you may be referencing them in your child poms so review and update as appropriate.
@@ -148,7 +150,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.2</version>
+ <version>${sonar.scanner.version}</version>
</plugin>
</plugins>
</pluginManagement>