<!-- 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 
                <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 -->
 
     <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>
             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>