diff options
author | Dominik Stadler <centic@apache.org> | 2014-06-11 20:32:52 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-06-11 20:32:52 +0000 |
commit | 267d70569ade0505d90564648979351ced3f24c6 (patch) | |
tree | 84c68ae656b34cd567d9525e6323e52b28513dc1 /sonar | |
parent | ac298f25b4752e7521766025de1f56ec7fd073b0 (diff) | |
download | poi-267d70569ade0505d90564648979351ced3f24c6.tar.gz poi-267d70569ade0505d90564648979351ced3f24c6.zip |
Update XMLBeans to version 2.6.0
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 56d2976775..20f281134f 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -101,7 +101,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 453b53fa57..5b08332736 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index bc1feabb4d..10737710e6 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> <dependency> |