diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 12:45:55 +0200 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 12:45:55 +0200 |
commit | b3fa4e7b695ebb5f1a9f34276e7f9cd30dc0fe1f (patch) | |
tree | 611370f6d0556eedbc550aac8769df20d0a17a1b /aai-resources | |
parent | c9f86b2a1f5b2785ff3d27a4539182b77f03cf95 (diff) |
Fix lost property
Added maven prop 'aai.docker.version'
with default value.
Change-Id: I4b58f05a74e551963084e1fe3f2df5ccefc51e37
Issue-ID: AAI-2389
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index c848c50..3e34941 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/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 |