aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-traversal/pom.xml3
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 4 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index f4b6846..f4033cc 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -45,7 +45,6 @@
<!-- Default docker registry that maven fabric plugin will try to pull
from -->
- <gremlin.version>3.2.3</gremlin.version>
<docker.registry>docker.io</docker.registry>
<!-- Specifying the docker push registry where the image should be pushed -->
<!-- This value should be overwritten at runtime to wherever need to be
@@ -60,7 +59,7 @@
<aai.docker.version>1.0.0</aai.docker.version>
<aai.docker.namespace>onap</aai.docker.namespace>
<aai.base.image>alpine</aai.base.image>
- <aai.base.image.version>1.13.1</aai.base.image.version>
+ <aai.base.image.version>${aai.common.version}</aai.base.image.version>
<!-- Nexus Proxy Properties and Snapshot Locations Ideally this can be
overwritten at runtime per internal environment specific values at runtime -->
diff --git a/pom.xml b/pom.xml
index d43f1d5..5a54f04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.13.0</version>
+ <version>1.13.2</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
@@ -41,7 +41,7 @@
Nexus Proxy Properties and Snapshot Locations
Ideally this can be overwritten at runtime per internal environment specific values at runtime
-->
- <aai.common.version>1.13.1</aai.common.version>
+ <aai.common.version>1.13.2</aai.common.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path>
<release.path>/content/repositories/releases/</release.path>