From e469f49aeb5a9c15f2f3ec7e32f5f756a99647a5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 27 Oct 2018 11:52:26 +0000 Subject: [PATCH] update xmlbeans to 3.0.2 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 2 +- build.gradle | 2 +- build.xml | 5 +++-- maven/poi-ooxml-schemas.pom | 2 +- sonar/pom.xml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 89d75f475b..44a0ea8cb5 100644 --- a/.classpath +++ b/.classpath @@ -18,7 +18,7 @@ - + diff --git a/build.gradle b/build.gradle index 73dfa4b4aa..4a0f9a6e6f 100644 --- a/build.gradle +++ b/build.gradle @@ -225,7 +225,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - compile 'org.apache.xmlbeans:xmlbeans:3.0.1' + compile 'org.apache.xmlbeans:xmlbeans:3.0.2' compile 'org.apache.commons:commons-collections4:4.2' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.commons:commons-compress:1.18' diff --git a/build.xml b/build.xml index c55aff3047..afb9169a09 100644 --- a/build.xml +++ b/build.xml @@ -213,9 +213,9 @@ under the License. - + + value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.2/xmlbeans-3.0.2.jar"/> @@ -671,6 +671,7 @@ under the License. + diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index bff66dfb6e..93351edc3d 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -62,7 +62,7 @@ org.apache.xmlbeans xmlbeans - 3.0.1 + 3.0.2 diff --git a/sonar/pom.xml b/sonar/pom.xml index 9a184a138a..0316403a05 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -72,7 +72,7 @@ true - 3.0.1 + 3.0.2 4.12 2.5.1 2.13.0 -- 2.39.5