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/05/29 06:15:19 UTC

[servicemix-bundles] branch master updated: [SM-5159] Create OSGi bundle for POI 5.2.2

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 51ef194a7 [SM-5159] Create OSGi bundle for POI 5.2.2
51ef194a7 is described below

commit 51ef194a7d5bb443091c8af1b42726a164d607a4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun May 29 08:14:51 2022 +0200

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

diff --git a/poi-4.1.2/pom.xml b/poi-5.2.2/pom.xml
similarity index 98%
rename from poi-4.1.2/pom.xml
rename to poi-5.2.2/pom.xml
index c2a0e73b3..542121db2 100644
--- a/poi-4.1.2/pom.xml
+++ b/poi-5.2.2/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.poi</artifactId>
-    <version>4.1.2_3-SNAPSHOT</version>
+    <version>5.2.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
@@ -41,14 +41,14 @@
         <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>4.1.2</pkgVersion>
+        <pkgVersion>5.2.2</pkgVersion>
         <ooxmlVersion>1.4</ooxmlVersion>
+        <servicemix.osgi.source.version>5.2.2.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,
@@ -148,7 +148,7 @@
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>poi-ooxml-schemas</artifactId>
-            <version>${pkgVersion}</version>
+            <version>4.1.2</version>
             <exclusions>
                 <exclusion>
                     <artifactId>xmlbeans</artifactId>
diff --git a/poi-4.1.2/src/main/resources/OSGI-INF/bundle.info b/poi-5.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from poi-4.1.2/src/main/resources/OSGI-INF/bundle.info
rename to poi-5.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4dd61bb18..be303496f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
       <module>libphonenumber-8.12.48</module>
       <module>grpc-1.46.0</module>
       <module>aws-java-sdk-1.12.227</module>
+      <module>poi-5.2.2</module>
     </modules>
 
 </project>