release version 1.2.1-SNAPSHOT

Change-Id: I4ec9fd885cdaf19710f612cc9c84ab165a40fcb0
diff --git a/api/pom.xml b/api/pom.xml
index a1ccf90..28f310a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/app/pom.xml b/app/pom.xml
index d307bd5..1fc285a 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olt</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
             APIs for interacting with the CORD OLT application.
         </api.description>
 	<api.package>org.onosproject.olt.rest</api.package>
-	<olt.api.version>1.2.0</olt.api.version>
+	<olt.api.version>1.2.1-SNAPSHOT</olt.api.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index c1d29bc..34b7dc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -40,7 +40,7 @@
         <onos.app.category>default</onos.app.category>
         <onos.app.url>http://opencord.org</onos.app.url>
 	<onos.app.readme>CORD OLT Access management application</onos.app.readme>
-	<cord.config.version>1.2.0</cord.config.version>
+	<cord.config.version>1.2.1-SNAPSHOT</cord.config.version>
     </properties>
 
     <modules>