Bumping version to 1.12-SNAPSHOT
diff --git a/compiler/base/parser/pom.xml b/compiler/base/parser/pom.xml
index 64aee3c..4f2ee4f 100644
--- a/compiler/base/parser/pom.xml
+++ b/compiler/base/parser/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-yang-compiler-base</artifactId>
-        <version>1.12-b3</version>
+        <version>1.12-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-yang-compiler-parser</artifactId>
-    <version>1.12-b3</version>
+    <version>1.12-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>