aai.tools.password=AAI
 
 aai.server.url.base=https://localhost:8443/aai/
-aai.server.url=https://localhost:8443/aai/v11/
+aai.server.url=https://localhost:8443/aai/v12/
 aai.global.callback.url=https://localhost:8443/aai/
 
 aai.auth.cspcookies_on=false
 aai.rsync.remote.user=aaiadmin
 aai.rsync.enabled=y
 
-aai.notification.current.version=v11
+aai.notification.current.version=v12
 aai.notificationEvent.default.status=UNPROCESSED
 aai.notificationEvent.default.eventType=AAI-EVENT
 aai.notificationEvent.default.domain=devINT1
 aai.notificationEvent.default.sourceName=aai
 aai.notificationEvent.default.sequenceNumber=0
 aai.notificationEvent.default.severity=NORMAL
-aai.notificationEvent.default.version=v11
+aai.notificationEvent.default.version=v12
 # This one lets us enable/disable resource-version checking on updates/deletes
 aai.resourceversion.enableflag=true
 aai.logging.maxStackTraceEntries=10
-aai.default.api.version=v11
+aai.default.api.version=v12
 
 # Used by Model-processing code
 aai.model.delete.sleep.per.vtx.msec=500
 
 #Service System Properties. Please, place any Service related System Properties below.
 KEY_STORE_PASSWORD=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
 KEY_MANAGER_PASSWORD=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
-AAI_CORE_VERSION=1.1.0-SNAPSHOT
+AAI_CORE_VERSION=1.2.0-SNAPSHOT
 
 
 KEY_STORE_PASSWORD=__KEY_STORE_PASSWORD__
 KEY_MANAGER_PASSWORD=__KEY_MANAGER_PASSWORD__
-AAI_CORE_VERSION=1.1.0-SNAPSHOT
+AAI_CORE_VERSION=1.2.0-SNAPSHOT
 
     <parent>
         <groupId>org.onap.aai.traversal</groupId>
         <artifactId>traversal</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>aai-traversal</artifactId>
     <name>aai-traversal</name>
     <url>http://maven.apache.org</url>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <properties>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
 
 import com.google.gson.JsonObject;
 import com.google.gson.JsonParser;
 
-@Path("{version: v9|v1[01]}/query")
+@Path("{version: v9|v1[012]}/query")
 public class QueryConsumer extends RESTAPI {
        
        /** The introspector factory type. */
 
  *
  */
 
-@Path("/{version: v2|v[789]|v1[01]|latest}/search")
+@Path("/{version: v2|v[789]|v1[012]|latest}/search")
 public class SearchProvider extends RESTAPI {
        
        protected static String authPolicyFunctionName = "search";
 
 aai.dbmodel.filename=ex5.json
 
 aai.server.url.base=https://localhost:8446/aai/
-aai.server.url=https://localhost:8446/aai/v11/
+aai.server.url=https://localhost:8446/aai/v12/
 
 aai.truststore.filename=aai_keystore
 aai.truststore.passwd.x=
 aai.rsync.remote.user=aaiadmin
 aai.rsync.enabled=y
 
-aai.notification.current.version=v11
+aai.notification.current.version=v12
 aai.notificationEvent.default.status=UNPROCESSED
 aai.notificationEvent.default.eventType=AAI-EVENT
 aai.notificationEvent.default.domain=devINT1
 # This one lets us enable/disable resource-version checking on updates/deletes
 aai.resourceversion.enableflag=true
 aai.logging.maxStackTraceEntries=10
-aai.default.api.version=v11
+aai.default.api.version=v12
 
 
 
     </parent>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <name>aai-traversal</name>
     <packaging>pom</packaging>
     <modules>
         <module.ajsc.namespace.name>ActiveAndAvailableInventory-Traversal</module.ajsc.namespace.name>
         <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
         <ajscRuntimeVersion>2.1.0</ajscRuntimeVersion>
-        <aai.project.version>1.1.0</aai.project.version>
-        <aai.docker.version>1.1</aai.docker.version>
+        <aai.project.version>1.2.0</aai.project.version>
+        <aai.docker.version>1.2</aai.docker.version>
 
         <!-- This will be the Absolute Root of the Project and should contain NO
             Versioning -->
 
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=1
+minor_version=2
 patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}
 
 # Release must be completed with GIT information # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT