Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-sim / pom.xml
index 6c8e4ae..16e17d1 100644 (file)
@@ -1,6 +1,8 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
+   Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+   Modifications Copyright (C) 2020 Bell Canada. 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.models.sim</groupId>
   <artifactId>policy-models-sim</artifactId>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
+
+  <properties>
+    <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+  </properties>
+
   <modules>
       <module>models-sim-dmaap</module>
       <module>policy-models-sim-pdp</module>
+      <module>policy-models-simulators</module>
+      <module>packages</module>
   </modules>
 </project>