Fix lost property 40/87540/1
authorDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 10:57:07 +0000 (12:57 +0200)
committerDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 10:57:07 +0000 (12:57 +0200)
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>
aai-traversal/pom.xml

index f366653..2ffa98e 100644 (file)
         <!-- 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