Bump policy/xacml-pdp to Jakarta 2.6.0-SNAPSHOT
[policy/xacml-pdp.git] / packages / pom.xml
index ef1cb78..8897805 100644 (file)
@@ -2,7 +2,8 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine - XACML PDP
   ================================================================================
-  Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
+  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.xacml-pdp</groupId>
         <artifactId>policy-xacml-pdp</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>xacml-packages</artifactId>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
     <description>The module for packaging the Xacml PDP 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-xacmlpdp-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>