aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-08-18 15:03:51 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-08-18 15:39:11 -0700
commit962f03b9f164260b0d53cf5cdc613afc2a894150 (patch)
treed760ff7b01c21e7042292d1408ccecae15da4260 /pom.xml
parent7fec0d41c1fdfdb0eef04c6df8fb4b5368a975a5 (diff)
Set sonar plugin version to 3.2
Sonar plugin errors when using newest version of plugin specificied by oparent pom.xml. Issue-Id: APPC-156 Change-Id: Iad830be0fc8ecac6bb1a515512f5c32a6f899996 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e0914db2c..9bd1f0853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,6 +491,11 @@
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.9.1</version>
</plugin>
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>