diff options
author | James Forsyth <jf2512@att.com> | 2019-07-24 20:33:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-24 20:33:42 +0000 |
commit | 294a0813de274c853d122199b330444b5dad76c5 (patch) | |
tree | 7082c8cd35355f33f4571c03aa7f48259b8fcab0 | |
parent | 032f744b59b5aa8171729c22d12033d8ff4416a5 (diff) | |
parent | b3fa4e7b695ebb5f1a9f34276e7f9cd30dc0fe1f (diff) |
Merge "Fix lost property"
-rw-r--r-- | aai-resources/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index ead6180..8bcaa6a 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 |