[SM-3790] Create OSGi bundle for hadoop-client 3.1.1
diff --git a/hadoop-client-3.1.0/pom.xml b/hadoop-client-3.1.1/pom.xml
similarity index 98%
rename from hadoop-client-3.1.0/pom.xml
rename to hadoop-client-3.1.1/pom.xml
index 68657ea..bc26bb2 100644
--- a/hadoop-client-3.1.0/pom.xml
+++ b/hadoop-client-3.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hadoop-client</artifactId>
-    <version>3.1.0_2-SNAPSHOT</version>
+    <version>3.1.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: hadoop-client</name>
     <description>This OSGi bundle wraps  ${pkgVersion} jar files.</description>
@@ -39,12 +39,11 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.apache.hadoop</pkgGroupId>
-        <pkgVersion>3.1.0</pkgVersion>
+        <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.hadoop
         </servicemix.osgi.export.pkg>
diff --git a/hadoop-client-3.1.0/src/main/resources/OSGI-INF/bundle.info b/hadoop-client-3.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hadoop-client-3.1.0/src/main/resources/OSGI-INF/bundle.info
rename to hadoop-client-3.1.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 36f936c..75e35bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
         <module>twitter4j-4.0.7</module>
         <module>facebook4j-2.4.12</module>
         <module>orbitz-consul-client-1.2.4</module>
+        <module>hadoop-client-3.1.1</module>
     </modules>
 
 </project>