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 f4908b1c6 SM-5776: Create OSGi bundle for POI 5.2.5
f4908b1c6 is described below

commit f4908b1c6873e99ad4d4a89f124892a804d930fb
Author: JB Onofré <[email protected]>
AuthorDate: Mon Oct 7 07:38:48 2024 -0600

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

diff --git a/poi-5.2.3/pom.xml b/poi-5.2.5/pom.xml
similarity index 98%
rename from poi-5.2.3/pom.xml
rename to poi-5.2.5/pom.xml
index c4199477e..bb922575a 100644
--- a/poi-5.2.3/pom.xml
+++ b/poi-5.2.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.poi</artifactId>
-    <version>5.2.3_2-SNAPSHOT</version>
+    <version>5.2.5_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.3</pkgVersion>
-        
<servicemix.osgi.source.version>5.2.3.1</servicemix.osgi.source.version>
+        <pkgVersion>5.2.5</pkgVersion>
+        
<servicemix.osgi.source.version>5.2.5.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.3/src/main/resources/OSGI-INF/bundle.info 
b/poi-5.2.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from poi-5.2.3/src/main/resources/OSGI-INF/bundle.info
rename to poi-5.2.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4d42e69eb..a2281c8f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,7 @@
       <module>mybatis-3.5.16</module>
       <module>xmlresolver-6.0.10</module>
       <module>spring-xml-4.0.11</module>
+      <module>poi-5.2.5</module>
     </modules>
 
 </project>

Reply via email to