Skip to content

Commit 1f1ff6f

Browse files
committed
Upgrade to Maven 4.0.0-rc-2
1 parent bf03664 commit 1f1ff6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.co
1212
this step is released as `plexus-xml` 3, maintained in [3.x branch](tree/3.x)\
1313
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-xml.svg?label=Maven%20Central&versionPrefix=3.)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml),
1414

15-
2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-beta-5/api/maven-api-xml)/[`maven-xml-impl`](https://github.com/apache/maven/tree/maven-4.0.0-beta-5/maven-xml-impl):\
15+
2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/api/maven-api-xml)/[`maven-xml`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/maven-xml):\
1616
this is the `master` branch from which `plexus-xml` 4 is released\
1717
Version 4.x requires Java 17 (like Maven 4)
1818
[![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)

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ limitations under the License.
5656
<dependencies>
5757
<dependency>
5858
<groupId>org.apache.maven</groupId>
59-
<artifactId>maven-xml-impl</artifactId>
60-
<version>4.0.0-beta-5</version>
59+
<artifactId>maven-xml</artifactId>
60+
<version>4.0.0-rc-2</version>
6161
<exclusions>
6262
<exclusion>
6363
<groupId>org.eclipse.sisu</groupId>

src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ A collection of various utility classes to ease working with XML.
44

55
This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`):
66
1. that have been extracted from [`plexus-utils`](../plexus-utils/) 4,
7-
2. then updated to use [`maven-xml-api`](https://maven.apache.org/ref/4.0.0-beta-5/api/maven-api-xml/)/[`maven-xml-impl`](https://maven.apache.org/ref/4.0.0-beta-5/maven-xml-impl/index.html)
7+
2. then updated to use [`maven-xml-api`](https://maven.apache.org/ref/4.0.0-rc-2/api/maven-api-xml/)/[`maven-xml`](https://maven.apache.org/ref/4.0.0-rc-2/maven-xml/index.html)
88

0 commit comments

Comments
 (0)