diff options
Diffstat (limited to 'policy-common/pom.xml')
-rw-r--r-- | policy-common/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/policy-common/pom.xml b/policy-common/pom.xml index 5e2ac5ba..a17a1bb5 100644 --- a/policy-common/pom.xml +++ b/policy-common/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2018 Ericsson, Tieto. All rights reserved. + Copyright (C) 2019 Ericsson, Tieto. 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. @@ -40,6 +40,7 @@ <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> + <docker.build.version>${project.version}</docker.build.version> </properties> <profiles> |