From e896af03406a1dc50bb890d609c345695d4a9299 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 --- .github/workflows/maven.yml | 7 +++++++ README.md | 1 + pom.xml | 5 +++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 09feae4..e8a6041 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,6 +23,13 @@ jobs: build: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master + with: + # Works with Java 17+ + matrix-exclude: > + [ + {"jdk": "8"}, + {"jdk": "11"} + ] deploy: name: Deploy 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