Update snapshot and/or references of policy/drools-applications to latest snapshots
[policy/drools-applications.git] / controlloop / packages / apps-controlloop / pom.xml
index 83c96c7..18c147e 100644 (file)
@@ -2,7 +2,8 @@
   ============LICENSE_START=======================================================
   ONAP
   ================================================================================
-  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-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.
@@ -24,8 +25,8 @@
 
   <parent>
     <groupId>org.onap.policy.drools-applications.controlloop.packages</groupId>
-    <artifactId>packages</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <artifactId>drools-applications-packages</artifactId>
+    <version>1.10.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>apps-controlloop</artifactId>
   <build>
     <plugins>
       <plugin>
-       <artifactId>maven-assembly-plugin</artifactId>
-       <executions>
-         <execution>
-           <goals>
-             <goal>single</goal>
-           </goals>
-           <phase>package</phase>
-           <configuration>
-             <descriptors>
-               <descriptor>src/assembly/zip.xml</descriptor>
-             </descriptors>
-             <appendAssemblyId>false</appendAssemblyId>
-           </configuration>
-         </execution>
-       </executions>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generate-complete-zip</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/zip.xml</descriptor>
+              </descriptors>
+              <appendAssemblyId>false</appendAssemblyId>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>
       <version>${project.version}</version>
       <type>zip</type>
     </dependency>
-    <dependency>
-      <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
-      <artifactId>feature-controlloop-amsterdam</artifactId>
-      <version>${project.version}</version>
-      <type>zip</type>
-    </dependency>
     <dependency>
       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
       <artifactId>feature-controlloop-usecases</artifactId>