Bump models patch 2.2.6-SNAPSHOT
[policy/models.git] / models-interactions / model-impl / pom.xml
index 3c68bcc..02f5ea7 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   controlloop-model-impl
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2019 Nordix Foundation
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   <parent>
       <groupId>org.onap.policy.models</groupId>
       <artifactId>policy-models-interactions</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.2.6-SNAPSHOT</version>
   </parent>
   
   <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
   <artifactId>model-impl</artifactId>
 
+  <properties>
+    <jacoco.dataFile>${project.basedir}/../../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+  </properties>
+
   <modules>
       <module>aai</module>
       <module>appc</module>
@@ -44,7 +48,6 @@
       <module>sdc</module>
       <module>vfc</module>
       <module>sdnc</module>
+      <module>cds</module>
   </modules>
-
-
 </project>