Starting snapshot 1.0.2-SNAPSHOT with API version 1.0.2-SNAPSHOT

Change-Id: I98c14fc8e5dbe478ca73c491465af62b633b7861
diff --git a/api/pom.xml b/api/pom.xml
index 48ca3f5..ce3765a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>maclearner</artifactId>
         <groupId>org.opencord</groupId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     
diff --git a/app/pom.xml b/app/pom.xml
index fbcbbd8..7a9e30c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>maclearner</artifactId>
         <groupId>org.opencord</groupId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 90e1c4c..3418a6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.opencord</groupId>
     <artifactId>maclearner</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,7 +38,7 @@
         <onos.app.title>Mac Address by Connected Port Information Service</onos.app.title>
         <onos.app.origin>ON.Lab</onos.app.origin>
         <onos.app.url>http://onosproject.org</onos.app.url>
-        <maclearner.api.version>1.0.1</maclearner.api.version>
+        <maclearner.api.version>1.0.2-SNAPSHOT</maclearner.api.version>
     </properties>
 
     <modules>