This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 872bf560bd Revert "temp use xmlbeans 5.4.0-M0 from staging repo"
872bf560bd is described below
commit 872bf560bd2ad49ba2d1442c4a14f32138d1162b
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jun 17 14:34:24 2026 +0100
Revert "temp use xmlbeans 5.4.0-M0 from staging repo"
This reverts commit 3bb838841e74f5a5e8ebc696ecbe31aa6dcf5d35.
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index fc6e0da12d..72287dbd9b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ plugins {
repositories {
mavenCentral()
- maven { url 'https://repository.apache.org/content/repositories/staging' }
+ // maven { url
'https://repository.apache.org/content/repositories/staging' }
}
// Only add the plugin for Sonar if enabled
@@ -146,7 +146,7 @@ subprojects {
log4jVersion = '2.26.0'
mockitoVersion = '5.23.0'
hamcrestVersion = '3.0'
- xmlbeansVersion = '5.4.0-M0'
+ xmlbeansVersion = '5.3.0'
batikVersion = '1.19'
graphics2dVersion = '3.0.5'
pdfboxVersion = '3.0.6'
@@ -197,7 +197,7 @@ subprojects {
repositories {
mavenCentral()
- maven { url
'https://repository.apache.org/content/repositories/staging' }
+ // maven { url
'https://repository.apache.org/content/repositories/staging' }
}
dependencies {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]