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 cb173f07a SM-5622: Create OSGi bundle for xmlresolver 5.2.1
cb173f07a is described below

commit cb173f07a70ebeac00f97f1c544c50c7302ba586
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:16:36 2023 +0200

    SM-5622: Create OSGi bundle for xmlresolver 5.2.1
---
 pom.xml                                                          | 1 +
 {xmlresolver-5.2.0 => xmlresolver-5.2.1}/pom.xml                 | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1be670c0c..c82858679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@
       <module>elasticsearch-java-8.10.2</module>
       <module>opensearch-2.10.0</module>
       <module>fastjson-2.0.40</module>
+      <module>xmlresolver-5.2.1</module>
     </modules>
 
 </project>
diff --git a/xmlresolver-5.2.0/pom.xml b/xmlresolver-5.2.1/pom.xml
similarity index 96%
rename from xmlresolver-5.2.0/pom.xml
rename to xmlresolver-5.2.1/pom.xml
index c29d98b2c..9de3fc54b 100644
--- a/xmlresolver-5.2.0/pom.xml
+++ b/xmlresolver-5.2.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlresolver</artifactId>
-    <version>5.2.0_2-SNAPSHOT</version>
+    <version>5.2.1_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>5.2.0</pkgVersion>
-        
<servicemix.osgi.source.version>5.2.0.1</servicemix.osgi.source.version>
+        <pkgVersion>5.2.1</pkgVersion>
+        
<servicemix.osgi.source.version>5.2.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.xmlresolver
         </servicemix.osgi.export.pkg>
diff --git a/xmlresolver-5.2.0/src/main/resources/OSGI-INF/bundle.info 
b/xmlresolver-5.2.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlresolver-5.2.0/src/main/resources/OSGI-INF/bundle.info
rename to xmlresolver-5.2.1/src/main/resources/OSGI-INF/bundle.info

Reply via email to