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 3bb838841e temp use xmlbeans 5.4.0-M0 from staging repo
3bb838841e is described below
commit 3bb838841e74f5a5e8ebc696ecbe31aa6dcf5d35
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 16 22:35:00 2026 +0100
temp use xmlbeans 5.4.0-M0 from staging repo
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 72287dbd9b..fc6e0da12d 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.3.0'
+ xmlbeansVersion = '5.4.0-M0'
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]