Fix version in kafka_2.12 bundles
diff --git a/kafka_2.12-2.0.1/pom.xml b/kafka_2.12-2.0.1/pom.xml
index fd48d2b..c5abc3b 100644
--- a/kafka_2.12-2.0.1/pom.xml
+++ b/kafka_2.12-2.0.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.kafka_2.12</artifactId>
-    <version>2.0.1_2-SNAPSHOT</version>
+    <version>2.0.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>