Overwrite sonar-maven-plugin latest version 33/26133/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 12 Dec 2017 18:45:09 +0000 (10:45 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 12 Dec 2017 18:46:30 +0000 (10:46 -0800)
Use older version 3.3 from the parent pom.xml

Change-Id: I43aa6284bd0fab611909c720afca0e254c6fa0ba
Issue-ID: AAI-546
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9e561f3..747cfc1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <build>
         <pluginManagement>
             <plugins>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>sonar-maven-plugin</artifactId>
+                    <version>3.3</version>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>