diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-04-02 10:05:05 +0200 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-04-02 10:05:05 +0200 |
commit | c8e918d9c5945695f3f281717d683140c9d422b5 (patch) | |
tree | 0d55acf945d53043e0278577a4b8a5fdaecdbd06 /policy-common/pom.xml | |
parent | 7830af09b0f682f61d9109b2a296b09450f5ae17 (diff) |
Add licence headers, fix notes
Change-Id: I7664605a55554caad347c13d159908537b7c4fb0
Issue-ID: INT-996
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
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> |