diff options
author | Nick Burch <nick@apache.org> | 2014-08-04 20:40:45 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-08-04 20:40:45 +0000 |
commit | fc60883a7d58424793fb0824ba0a7a48bfbd3dc4 (patch) | |
tree | ffe46878ccce94cada0770cb908a320a61bfac76 /maven | |
parent | 69015a079eeb351c95c9aed6da03a0647f664dac (diff) | |
download | poi-fc60883a7d58424793fb0824ba0a7a48bfbd3dc4.tar.gz poi-fc60883a7d58424793fb0824ba0a7a48bfbd3dc4.zip |
Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi-ooxml-schemas.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 361fe64f3f..baf531d542 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -62,7 +62,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> |