Update snapshot and/or references of policy/pap to latest snapshots
[policy/pap.git] / packages / pom.xml
index 2e0c1fd..8584b10 100644 (file)
@@ -1,6 +1,8 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
+   Modifications Copyright (C) 2020 AT&T Intellectual Property.
+   Modifications Copyright (C) 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.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.6.4-SNAPSHOT</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>pap-packages</artifactId>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
     <description>The module for packaging the PAP component.</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>policy-pap-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>
@@ -51,4 +61,4 @@
             </properties>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>