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 1822bc0ee SM-5814: Create OSGi bundle for xstream 1.4.21
1822bc0ee is described below

commit 1822bc0eec44f5bd02f34a27d80b9ec501fc3f83
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:17:32 2025 +0200

    SM-5814: Create OSGi bundle for xstream 1.4.21
---
 pom.xml                                                          | 1 +
 {xstream-1.4.20 => xstream-1.4.21}/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 0e4ba4d09..5e7d7731b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,7 @@
 <module>lucene-queries-10.2.0</module>
 <module>lucene-queryparser-10.2.0</module>
 <module>lucene-sandbox-10.2.0</module>
+<module>xstream-1.4.21</module>
     </modules>
 
 </project>
diff --git a/xstream-1.4.20/pom.xml b/xstream-1.4.21/pom.xml
similarity index 96%
rename from xstream-1.4.20/pom.xml
rename to xstream-1.4.21/pom.xml
index bbde47abe..ae1943a1b 100644
--- a/xstream-1.4.20/pom.xml
+++ b/xstream-1.4.21/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xstream</artifactId>
-    <version>1.4.20_2-SNAPSHOT</version>
+    <version>1.4.21_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>com.thoughtworks.xstream</pkgGroupId>
         <pkgArtifactId>xstream</pkgArtifactId>
-        <pkgVersion>1.4.20</pkgVersion>
-        
<servicemix.osgi.source.version>1.4.20.1</servicemix.osgi.source.version>
+        <pkgVersion>1.4.21</pkgVersion>
+        
<servicemix.osgi.source.version>1.4.21.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.thoughtworks.xstream
         </servicemix.osgi.export.pkg>
diff --git a/xstream-1.4.20/src/main/resources/OSGI-INF/bundle.info 
b/xstream-1.4.21/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xstream-1.4.20/src/main/resources/OSGI-INF/bundle.info
rename to xstream-1.4.21/src/main/resources/OSGI-INF/bundle.info

Reply via email to