aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-10-17 19:38:05 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-10-17 19:39:36 -0400
commitfa20b59d6491576aaa671dbc18b6765ff1f73f6f (patch)
tree91870013abe17f3210528b9fbb43f141abcb4ceb
parent9b0c2f6de5498d5454adef512e342fa8957c6b90 (diff)
Clean up properties not being used
Removing this property will ensure the automatic version increment of the docker images in master branch as currently the master and casablanca are both using the 1.3-STAGING-latest because of this property in both pom.xml and aai-traversal/pom.xml Issue-ID: AAI-1606 Change-Id: Id7dd9ac7b4ddfa7535799405e41813f811a4bc5c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-traversal/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 39ff009..452074a 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -119,9 +119,6 @@
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
- <aai.project.version>1.3.0</aai.project.version>
- <aai.docker.version>1.3</aai.docker.version>
-
<!--
Nexus Proxy Properties and Snapshot Locations
Ideally this can be overwritten at runtime per internal environment specific values at runtime