Bumping version to 2.2.0-SNAPSHOT
diff --git a/compiler/base/parser/pom.xml b/compiler/base/parser/pom.xml
index e4961f5..bc73e2d 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>2.2.0-b2</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-yang-compiler-parser</artifactId>
-    <version>2.2.0-b2</version>
+    <version>2.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>