Fix NexusIQ policy violations in oparent-python
[oparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f3bbbac..75f96fb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <name>oparent</name>
   <groupId>org.onap.oparent</groupId>
   <artifactId>version</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <!-- oparent tools -->
     <module>checkstyle</module>
     <module>license</module>
     <module>oparent</module>
-    <module>version-check-maven-plugin</module>
+    <module>oparent-python</module>
   </modules>
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
                   <requireReleaseDeps>
                     <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
                     <onlyWhenRelease>true</onlyWhenRelease>
-                    <level>WARN</level>
+                    <level>ERROR</level>
                   </requireReleaseDeps>
                 </rules>
               </configuration>
             </execution>
           </executions>
         </plugin>
+        <!-- https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
+        <plugin>
+          <groupId>org.sonarsource.scanner.maven</groupId>
+          <artifactId>sonar-maven-plugin</artifactId>
+          <version>3.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>