Create OSGi bundle for ant 1.10.7
diff --git a/ant-1.10.6/pom.xml b/ant-1.10.7/pom.xml
similarity index 97%
rename from ant-1.10.6/pom.xml
rename to ant-1.10.7/pom.xml
index f558e55..5b3769f 100644
--- a/ant-1.10.6/pom.xml
+++ b/ant-1.10.7/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.ant</artifactId>
     <packaging>bundle</packaging>
-    <version>1.10.6_2-SNAPSHOT</version>
+    <version>1.10.7_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar files.</description>
 
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.apache.ant</pkgGroupId>
         <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.10.6</pkgVersion>
+        <pkgVersion>1.10.7</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.tools
         </servicemix.osgi.export.pkg>
diff --git a/ant-1.10.6/src/main/resources/OSGI-INF/bundle.info b/ant-1.10.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from ant-1.10.6/src/main/resources/OSGI-INF/bundle.info
rename to ant-1.10.7/src/main/resources/OSGI-INF/bundle.info