Creating kafka-1.2 branch to build against Java 8

Change-Id: Ib41e7b409dbe4dcf80f77c7f1d66108ead21925b
diff --git a/.gitreview b/.gitreview
index c44e0f2..001f781 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,3 +3,4 @@
 port=29418
 project=kafka-onos.git
 defaultremote=origin
+defaultbranch=kafka-onos-1.2
diff --git a/pom.xml b/pom.xml
index eaf987b..9d635e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>kafka</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Kafka integration</description>
@@ -139,4 +139,10 @@
             </snapshots>
         </repository>
     </repositories>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>