aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'models-interactions/pom.xml')
-rw-r--r--models-interactions/pom.xml37
1 files changed, 19 insertions, 18 deletions
diff --git a/models-interactions/pom.xml b/models-interactions/pom.xml
index a62eceb96..21fc14067 100644
--- a/models-interactions/pom.xml
+++ b/models-interactions/pom.xml
@@ -19,24 +19,25 @@
============LICENSE_END=========================================================
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.policy.models</groupId>
- <artifactId>policy-models</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <artifactId>policy-models-interactions</artifactId>
- <packaging>pom</packaging>
- <name>${project.artifactId}</name>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models</artifactId>
+ <version>3.0.1-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>
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
- <modules>
- <module>model-simulators</module>
- <module>model-impl</module>
- <module>model-actors</module>
- </modules>
+ <modules>
+ <module>model-simulators</module>
+ <module>model-impl</module>
+ <module>model-actors</module>
+ </modules>
</project>