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 aa58679  [SM-4551] Create OSGi bundle for xstream 1.4.13
aa58679 is described below

commit aa58679125c154a58970a4e1565b1dbbc76f5d29
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Nov 2 11:14:52 2020 +0100

    [SM-4551] Create OSGi bundle for xstream 1.4.13
---
 pom.xml                                                              | 1 +
 {xstream-1.4.12 => xstream-1.4.13}/pom.xml                           | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ba8e8b..3c1a934 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
       <module>lucene-sandbox-8.6.3</module>
       <module>dnsjava-3.3.1</module>
       <module>aws-java-sdk-1.11.892</module>
+      <module>xstream-1.4.13</module>
     </modules>
 
 </project>
diff --git a/xstream-1.4.12/pom.xml b/xstream-1.4.13/pom.xml
similarity index 98%
rename from xstream-1.4.12/pom.xml
rename to xstream-1.4.13/pom.xml
index a225e33..538fe97 100644
--- a/xstream-1.4.12/pom.xml
+++ b/xstream-1.4.13/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xstream</artifactId>
-    <version>1.4.12_2-SNAPSHOT</version>
+    <version>1.4.13_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</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>com.thoughtworks.xstream</pkgGroupId>
         <pkgArtifactId>xstream</pkgArtifactId>
-        <pkgVersion>1.4.12-java7</pkgVersion>
+        <pkgVersion>1.4.13-java7</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.thoughtworks.xstream
         </servicemix.osgi.export.pkg>
diff --git a/xstream-1.4.12/src/main/resources/OSGI-INF/bundle.info 
b/xstream-1.4.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xstream-1.4.12/src/main/resources/OSGI-INF/bundle.info
rename to xstream-1.4.13/src/main/resources/OSGI-INF/bundle.info

Reply via email to