Fix lost property 41/87541/1
authorDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 11:04:00 +0000 (13:04 +0200)
committerDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 11:04:00 +0000 (13:04 +0200)
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>
aai-schema-service/pom.xml

index aff7082..cf20074 100644 (file)
@@ -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