Bumping version to 1.12-SNAPSHOT
diff --git a/runtime/api/pom.xml b/runtime/api/pom.xml
index e9afe6f..462eb3a 100644
--- a/runtime/api/pom.xml
+++ b/runtime/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-yang-runtime</artifactId>
-        <version>1.12-b2</version>
+        <version>1.12-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-yang-runtime-api</artifactId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-yang-compiler-api</artifactId>
-            <version>1.12-b2</version>
+            <version>1.12-SNAPSHOT</version>
         </dependency>
     </dependencies>