[SM-3429] Create OSGi bundle for azure-storage 5.3.1
diff --git a/azure-storage-5.2.0/pom.xml b/azure-storage-5.3.1/pom.xml
similarity index 97%
rename from azure-storage-5.2.0/pom.xml
rename to azure-storage-5.3.1/pom.xml
index 33b7b11..fe2ae78 100644
--- a/azure-storage-5.2.0/pom.xml
+++ b/azure-storage-5.3.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-storage</artifactId>
-    <version>5.2.0_2-SNAPSHOT</version>
+    <version>5.3.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>
+    </scm>
 
     <properties>
         <pkgGroupId>com.microsoft.azure</pkgGroupId>
         <pkgArtifactId>azure-storage</pkgArtifactId>
-        <pkgVersion>5.2.0</pkgVersion>
+        <pkgVersion>5.3.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.microsoft.azure
          </servicemix.osgi.export.pkg>
diff --git a/azure-storage-5.2.0/src/main/resources/OSGI-INF/bundle.info b/azure-storage-5.3.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-storage-5.2.0/src/main/resources/OSGI-INF/bundle.info
rename to azure-storage-5.3.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index afc9ed0..b590543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
         <module>orbitz-consul-client-0.15.2</module>
         <module>htmlunit-2.27</module>
         <module>commons-compiler-3.0.7</module>
+        <module>azure-storage-5.3.1</module>
     </modules>
 
 </project>