You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/09/28 18:58:00 UTC

[servicemix-bundles] branch master updated: [SM-5317] Create OSGi bundle for POI 5.2.3

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 5eefe99d0 [SM-5317] Create OSGi bundle for POI 5.2.3
5eefe99d0 is described below

commit 5eefe99d06d506671de5aa31fc8a369dce21cde4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Sep 28 20:57:28 2022 +0200

    [SM-5317] Create OSGi bundle for POI 5.2.3
---
 {poi-5.2.2 => poi-5.2.3}/pom.xml                                 | 7 +++----
 {poi-5.2.2 => poi-5.2.3}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                          | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/poi-5.2.2/pom.xml b/poi-5.2.3/pom.xml
similarity index 98%
rename from poi-5.2.2/pom.xml
rename to poi-5.2.3/pom.xml
index 002e95004..a0cba1e97 100644
--- a/poi-5.2.2/pom.xml
+++ b/poi-5.2.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.poi</artifactId>
-    <version>5.2.2_4-SNAPSHOT</version>
+    <version>5.2.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
@@ -41,14 +41,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.apache.poi</pkgGroupId>
         <pkgArtifactId>poi</pkgArtifactId>
-        <pkgVersion>5.2.2</pkgVersion>
-        <servicemix.osgi.source.version>5.2.2.1</servicemix.osgi.source.version>
+        <pkgVersion>5.2.3</pkgVersion>
+        <servicemix.osgi.source.version>5.2.3.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.etsi.uri.x01903.v13;version=${pkgVersion};-split-package:=merge-first,
             org.openxmlformats.schemas.drawingml.x2006.chart;version=${pkgVersion};-split-package:=merge-first,
diff --git a/poi-5.2.2/src/main/resources/OSGI-INF/bundle.info b/poi-5.2.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from poi-5.2.2/src/main/resources/OSGI-INF/bundle.info
rename to poi-5.2.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index cd8c48df7..cb1f2b8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
 			<module>azure-core-http-netty-1.12.5</module>
 			<module>azure-cosmos-4.36.0</module>
 			<module>janino-3.1.8</module>
+			<module>poi-5.2.3</module>
     </modules>
 
 </project>