diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 13:04:00 +0200 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-05-13 13:04:00 +0200 |
commit | 7b11e7cf93cb7336165feb6652281148f52fc919 (patch) | |
tree | 93a1824c0e10d49bbfce0f6b626b4109b8d7915d /aai-schema-service/pom.xml | |
parent | 749dea32a7c883a1418008135ba15cdca9901c30 (diff) |
Fix lost property
Add maven prop aai.docker.version
with default value.
Change-Id: I267016c734d922d200efca4a27eadbafeb2f3229
Issue-ID: AAI-2389
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
Diffstat (limited to 'aai-schema-service/pom.xml')
-rw-r--r-- | aai-schema-service/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index aff7082..cf20074 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -67,6 +67,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 |