Merge "Point to latest snapshots"
[policy/drools-pdp.git] / packages / pom.xml
index 956ed0d..cc1aa0a 100644 (file)
@@ -2,8 +2,8 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine - Drools PDP
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
-  Modifications Copyright (C) 2019 Bell Canada.
+  Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved.
+  Modifications Copyright (C) 2019-2020 Bell Canada.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.drools-pdp</groupId>
         <artifactId>drools-pdp</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
     </parent>
-    <artifactId>packages</artifactId>
+    <artifactId>drools-packages</artifactId>
     <packaging>pom</packaging>
     <name>Policy Packages</name>
     <description>ONAP Policy Drools PDP Installation Packages</description>
+
+    <properties>
+        <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
+        <sonar.skip>true</sonar.skip>
+    </properties>
+
     <profiles>
         <profile>
             <id>default</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>base</module>
+                <module>install</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>