Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / pom.xml
index 1a74df0..cddaa39 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
+   Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   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.models</groupId>
     <artifactId>policy-models</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>policy-models-interactions</artifactId>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
+
+  <properties>
+    <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+  </properties>
+
   <modules>
       <module>model-simulators</module>
-      <module>model-yaml</module>
       <module>model-impl</module>
       <module>model-actors</module>
   </modules>