This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new b1c680044 SM-5768: Create OSGi bundle for xmlresolver 6.0.10
b1c680044 is described below

commit b1c680044ca2ddc99a3dd784d0ebf2e4d44f3a85
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 08:12:27 2024 +0200

    SM-5768: Create OSGi bundle for xmlresolver 6.0.10
---
 pom.xml                                                            | 1 +
 {xmlresolver-6.0.4 => xmlresolver-6.0.10}/pom.xml                  | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7536081b5..ce8e293a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,7 @@
       <module>freemarker-2.3.33</module>
       <module>docker-java-3.4.0</module>
       <module>mybatis-3.5.16</module>
+      <module>xmlresolver-6.0.10</module>
     </modules>
 
 </project>
diff --git a/xmlresolver-6.0.4/pom.xml b/xmlresolver-6.0.10/pom.xml
similarity index 96%
rename from xmlresolver-6.0.4/pom.xml
rename to xmlresolver-6.0.10/pom.xml
index 102b3e565..23ff83fbc 100644
--- a/xmlresolver-6.0.4/pom.xml
+++ b/xmlresolver-6.0.10/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlresolver</artifactId>
-    <version>6.0.4_2-SNAPSHOT</version>
+    <version>6.0.10_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +39,13 @@
         
<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.xmlresolver</pkgGroupId>
         <pkgArtifactId>xmlresolver</pkgArtifactId>
-        <pkgVersion>6.0.4</pkgVersion>
-        
<servicemix.osgi.source.version>6.0.4.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.10</pkgVersion>
+        
<servicemix.osgi.source.version>6.0.10.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.xmlresolver
         </servicemix.osgi.export.pkg>
diff --git a/xmlresolver-6.0.4/src/main/resources/OSGI-INF/bundle.info 
b/xmlresolver-6.0.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlresolver-6.0.4/src/main/resources/OSGI-INF/bundle.info
rename to xmlresolver-6.0.10/src/main/resources/OSGI-INF/bundle.info

Reply via email to