diff options
author | Dominik Stadler <centic@apache.org> | 2014-06-12 07:08:21 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-06-12 07:08:21 +0000 |
commit | 193d615895ba236a5a391401d6efcea441ba7fed (patch) | |
tree | 7805fa3bf297dab797891b975772807fa2999d58 /sonar | |
parent | 427d733469c6a0c7293b60debeb6622d39d19238 (diff) | |
download | poi-193d615895ba236a5a391401d6efcea441ba7fed.tar.gz poi-193d615895ba236a5a391401d6efcea441ba7fed.zip |
Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 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 20f281134f..56d2976775 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.6.0</version> + <version>2.3.0</version> </dependency> </dependencies> </project> diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 5b08332736..453b53fa57 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.6.0</version> + <version>2.3.0</version> </dependency> </dependencies> </project> diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 10737710e6..bc1feabb4d 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.6.0</version> + <version>2.3.0</version> </dependency> <dependency> |