Starting snapshot 5.12.3-SNAPSHOT with API version 5.12.3-SNAPSHOT

Change-Id: I6ba7a5866977fb1f24125c191a92c4f03e636214
diff --git a/api/pom.xml b/api/pom.xml
index 6a7135f..99d8252 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>sadis</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.12.2</version>
+        <version>5.12.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/app/pom.xml b/app/pom.xml
index a495f17..8f65e3d 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>sadis</artifactId>
-        <version>5.12.2</version>
+        <version>5.12.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index ca27c7b..8c6d4d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>sadis</artifactId>
-    <version>5.12.2</version>
+    <version>5.12.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -38,7 +38,7 @@
         </onos.app.title>
         <onos.app.origin>Open Networking Laboratory</onos.app.origin>
         <onos.app.url>http://opencord.org</onos.app.url>
-        <sadis.api.version>5.12.2</sadis.api.version>
+        <sadis.api.version>5.12.3-SNAPSHOT</sadis.api.version>
     </properties>
 
     <modules>