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 2019/05/27 09:12:10 UTC

[servicemix-bundles] branch master updated: [SM-4084] Create OSGi bundle for POI 4.1.0

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 0190e64  [SM-4084] Create OSGi bundle for POI 4.1.0
0190e64 is described below

commit 0190e646da3a539fc7134cc64f60a18c9283889e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 27 11:11:15 2019 +0200

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

diff --git a/poi-4.0.1/pom.xml b/poi-4.1.0/pom.xml
similarity index 99%
rename from poi-4.0.1/pom.xml
rename to poi-4.1.0/pom.xml
index d44def5..ad00fb1 100644
--- a/poi-4.0.1/pom.xml
+++ b/poi-4.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.poi</artifactId>
-    <version>4.0.1_4-SNAPSHOT</version>
+    <version>4.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
@@ -41,13 +41,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>org.apache.poi</pkgGroupId>
         <pkgArtifactId>poi</pkgArtifactId>
-        <pkgVersion>4.0.1</pkgVersion>
+        <pkgVersion>4.1.0</pkgVersion>
         <ooxmlVersion>1.4</ooxmlVersion>
         <servicemix.osgi.export.pkg>
             org.etsi.uri.x01903.v13;version=${pkgVersion};-split-package:=merge-first,
diff --git a/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info b/poi-4.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from poi-4.0.1/src/main/resources/OSGI-INF/bundle.info
rename to poi-4.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 542c81d..dcf5729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
        <module>gae-1.9.74</module>
        <module>javax-cache-api-1.1.1</module>
        <module>json4s-3.6.6</module>
+       <module>poi-4.1.0</module>
     </modules>
 
 </project>