You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2013/08/23 13:58:52 UTC

git commit: Upgraded Apache POI dependency to v. 3.9

Updated Branches:
  refs/heads/master 8fe2df23b -> 9fa030d8e


Upgraded Apache POI dependency to v. 3.9

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/9fa030d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/9fa030d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/9fa030d8

Branch: refs/heads/master
Commit: 9fa030d8e7a7835bd16fface17c41a49b622e466
Parents: 8fe2df2
Author: Kasper Sørensen <i....@gmail.com>
Authored: Fri Aug 23 13:58:45 2013 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Fri Aug 23 13:58:45 2013 +0200

----------------------------------------------------------------------
 excel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/9fa030d8/excel/pom.xml
----------------------------------------------------------------------
diff --git a/excel/pom.xml b/excel/pom.xml
index 8a518d4..8df1818 100644
--- a/excel/pom.xml
+++ b/excel/pom.xml
@@ -21,7 +21,7 @@
 		<dependency>
 			<groupId>org.apache.poi</groupId>
 			<artifactId>poi-ooxml</artifactId>
-			<version>3.8</version>
+			<version>3.9</version>
 			<exclusions>
 				<exclusion>
 					<groupId>commons-logging</groupId>