diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 12:57:07 +0200 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 12:57:07 +0200 |
commit | 86df9ad91a0ddba26cc779d39d59056e08026f13 (patch) | |
tree | ba4eedf10b10cb06c4d91820b45b864f2ac98d92 | |
parent | 079ef86f0fbb4d35cc2439870fb9502c06e3b44c (diff) |
Fix lost property
Added maven prop: aai.docker.version
with default value.
Change-Id: I26f4b269ad99f5261528c431c1d0d8fb5ad97396
Issue-ID: AAI-2389
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
-rw-r--r-- | aai-traversal/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index f366653..2ffa98e 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -112,6 +112,7 @@ <!-- Specifying the docker push registry where the image should be pushed --> <!-- This value should be overwritten at runtime to wherever need to be pushed to --> <docker.push.registry>localhost:5000</docker.push.registry> + <aai.docker.version>1.0.0</aai.docker.version> <!-- Location where assembly of our scripts, resources and main jar will be held |