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 fd39728ab SM-5793: Create OSGi bundle for xmlresolver 6.0.11
fd39728ab is described below

commit fd39728ab2ca985d2a5efb8d026dba08d8100530
Author: JB Onofré <[email protected]>
AuthorDate: Fri Nov 15 11:01:28 2024 +0100

    SM-5793: Create OSGi bundle for xmlresolver 6.0.11
---
 pom.xml                                                            | 1 +
 {xmlresolver-6.0.10 => xmlresolver-6.0.11}/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 5cb51b2d1..934e57b4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,6 +159,7 @@
       <module>aws-java-sdk-2.29.6</module>
       <module>jedis-4.4.1</module>
       <module>spring-ldap-3.2.7</module>
+      <module>xmlresolver-6.0.11</module>
     </modules>
 
 </project>
diff --git a/xmlresolver-6.0.10/pom.xml b/xmlresolver-6.0.11/pom.xml
similarity index 96%
rename from xmlresolver-6.0.10/pom.xml
rename to xmlresolver-6.0.11/pom.xml
index bf0d6acc4..bcfa0b8da 100644
--- a/xmlresolver-6.0.10/pom.xml
+++ b/xmlresolver-6.0.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlresolver</artifactId>
-    <version>6.0.10_2-SNAPSHOT</version>
+    <version>6.0.11_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.10</pkgVersion>
-        
<servicemix.osgi.source.version>6.0.10.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.11</pkgVersion>
+        
<servicemix.osgi.source.version>6.0.11.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.xmlresolver
         </servicemix.osgi.export.pkg>
diff --git a/xmlresolver-6.0.10/src/main/resources/OSGI-INF/bundle.info 
b/xmlresolver-6.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlresolver-6.0.10/src/main/resources/OSGI-INF/bundle.info
rename to xmlresolver-6.0.11/src/main/resources/OSGI-INF/bundle.info

Reply via email to