diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-17 19:38:05 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-17 19:39:36 -0400 |
commit | fa20b59d6491576aaa671dbc18b6765ff1f73f6f (patch) | |
tree | 91870013abe17f3210528b9fbb43f141abcb4ceb /aai-traversal | |
parent | 9b0c2f6de5498d5454adef512e342fa8957c6b90 (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>
Diffstat (limited to 'aai-traversal')
-rw-r--r-- | aai-traversal/pom.xml | 3 |
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 |