release version 1.2.1-SNAPSHOT

Change-Id: I22ccf2d70916b86c48cbf3c5f04bcc88879d63d0
diff --git a/pom.xml b/pom.xml
index dc97c7a..0211b8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>vtn</artifactId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Virtual tenant network service for CORD</description>
@@ -51,7 +51,7 @@
             APIs for interacting with the CORD VTN application.
         </api.description>
 	<api.package>org.opencord.cordvtn.rest</api.package>
-	<cord.config.version>1.2.0</cord.config.version>
+	<cord.config.version>1.2.1-SNAPSHOT</cord.config.version>
     </properties>
 
     <dependencies>