Fix lost property 39/87539/1
authorDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 10:45:55 +0000 (12:45 +0200)
committerDmitry Puzikov <dmitry.puzikov@tieto.com>
Mon, 13 May 2019 10:45:55 +0000 (12:45 +0200)
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>
aai-resources/pom.xml

index c848c50..3e34941 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