From 646f00131dc4bd95c7b23065714150510feb1667 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 16 Jun 2024 19:35:40 +0200 Subject: [PATCH] Require Java 17 and upgrade maven-xml-impl to 4.0.0-beta-3 --- README.md | 1 + pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce4cf7a..d819ce6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.co 2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-alpha-7/api/maven-api-xml)/[`maven-xml-impl`](https://github.com/apache/maven/tree/maven-4.0.0-alpha-7/maven-xml-impl):\ this is the `master` branch from which `plexus-xml` 4 is released\ + Version 4.x requires Java 17 (like Maven 4) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-xml.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml) For publishing [the site](https://codehaus-plexus.github.io/plexus-xml/) do the following: diff --git a/pom.xml b/pom.xml index d277bf3..1560031 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ limitations under the License. plexus-xml - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT Plexus XML Utilities A collection of various utility classes to ease working with XML. @@ -48,6 +48,7 @@ limitations under the License. + 17 2024-05-21T21:02:17Z @@ -55,7 +56,7 @@ limitations under the License. org.apache.maven maven-xml-impl - 4.0.0-alpha-9 + 4.0.0-beta-3 org.eclipse.sisu