aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Puzikov <dmitry.puzikov@tieto.com>2019-05-13 12:45:55 +0200
committerDmitry Puzikov <dmitry.puzikov@tieto.com>2019-05-13 12:45:55 +0200
commitb3fa4e7b695ebb5f1a9f34276e7f9cd30dc0fe1f (patch)
tree611370f6d0556eedbc550aac8769df20d0a17a1b
parentc9f86b2a1f5b2785ff3d27a4539182b77f03cf95 (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>
-rw-r--r--aai-resources/pom.xml1
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