aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/packages/models-simulator-docker/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'models-sim/packages/models-simulator-docker/pom.xml')
-rw-r--r--models-sim/packages/models-simulator-docker/pom.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml
index c6f4717c0..b9c181fc5 100644
--- a/models-sim/packages/models-simulator-docker/pom.xml
+++ b/models-sim/packages/models-simulator-docker/pom.xml
@@ -1,6 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2020 Bell Canada.
+ Modifications 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.
@@ -23,8 +24,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.policy.models.sim</groupId>
- <artifactId>policy-models-sim</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <artifactId>models-sim-packages</artifactId>
+ <version>2.3.5-SNAPSHOT</version>
</parent>
<artifactId>models-simulator-docker</artifactId>
@@ -43,6 +44,8 @@
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
<docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
+ <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
+ <sonar.skip>true</sonar.skip>
</properties>
<build>
@@ -166,7 +169,7 @@
<dependency>
<groupId>org.onap.policy.models.sim</groupId>
<artifactId>models-simulator-tarball</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>${project.version}</version>
<classifier>tarball</classifier>
<type>tar.gz</type>
</dependency>