Release policy/api
[policy/api.git] / packages / pom.xml
index d077ec1..84edef3 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+   Copyright (C) 2019-2021 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.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.4.5</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>api-packages</artifactId>
     <packaging>pom</packaging>
-    <name>Policy api packages</name>
+    <name>${project.artifactId}</name>
 
+    <properties>
+        <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
+        <sonar.skip>true</sonar.skip>
+    </properties>
 
     <profiles>
         <profile>
@@ -37,6 +42,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>policy-api-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>