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 2015/05/05 13:52:22 UTC

servicemix-bundles git commit: [SM-2541] Include poi 3.11 bundle in the next release cycle

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 046ed2ba3 -> 5ba3a04e9


[SM-2541] Include poi 3.11 bundle in the next release cycle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/5ba3a04e
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5ba3a04e
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5ba3a04e

Branch: refs/heads/master
Commit: 5ba3a04e90680431ebee4b349a365bd73549bc8b
Parents: 046ed2b
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue May 5 13:51:57 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue May 5 13:51:57 2015 +0200

----------------------------------------------------------------------
 poi-3.11/pom.xml | 8 +++++++-
 pom.xml          | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5ba3a04e/poi-3.11/pom.xml
----------------------------------------------------------------------
diff --git a/poi-3.11/pom.xml b/poi-3.11/pom.xml
index 0fd9397..e53b3fa 100644
--- a/poi-3.11/pom.xml
+++ b/poi-3.11/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>11</version>
+        <version>12</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -36,6 +36,12 @@
     <description>
         This OSGi bundle wraps poi, poi-contrib, poi-ooxml, poi-ooxml-schemas and poi-scratchpad ${pkgVersion} jar files.
     </description>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    </scm>
     
     <properties>
         <pkgGroupId>org.apache.poi</pkgGroupId>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5ba3a04e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f7ce7d..021fb2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
         <module>swagger-core-1.3.10</module>
         <module>swagger-core-1.3.11</module>
         <module>swagger-core-1.3.12</module>
+        <module>poi-3.11</module>
     </modules>
 
 </project>