]> source.dussan.org Git - poi.git/commitdiff
xmlbeans 5.1.1 release
authorPJ Fanning <fanningpj@apache.org>
Tue, 30 Aug 2022 00:31:37 +0000 (00:31 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 30 Aug 2022 00:31:37 +0000 (00:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903765 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 7a30e155fb758a5226b7e77b61d0c0c9847521d1..1493c12f35be828b599a603bff0edd52d4476ae9 100644 (file)
@@ -189,7 +189,7 @@ subprojects {
 
     repositories {
         mavenCentral()
-        maven { url 'https://repository.apache.org/content/repositories/staging' }
+        //maven { url 'https://repository.apache.org/content/repositories/staging' }
     }
 
     dependencies {
index 680d677b56dc365bfed5e8c89a7b7430a59029b1..b1683441a83b29f375232ab82c36a026b1aedfec 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -331,7 +331,7 @@ under the License.
 
     <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.07" usage="ooxml"/>
-    <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.1.0" usage="ooxml"/>
+    <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.1.1" usage="ooxml"/>
     <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/>
 
     <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->