Skip to content

Commit

Permalink
Bump descriptions to Maven beta-5
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 2, 2024
1 parent f411cdd commit f6fc5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.co
this step is released as `plexus-xml` 3, maintained in [3.x branch](tree/3.x)\
[![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),

2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-beta-4/api/maven-api-xml)/[`maven-xml-impl`](https://github.com/apache/maven/tree/maven-4.0.0-beta-4/maven-xml-impl):\
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):\
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)
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ A collection of various utility classes to ease working with XML.

This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`):
1. that have been extracted from [`plexus-utils`](../plexus-utils/) 4,
2. then updated to use [`maven-xml-api`](https://maven.apache.org/ref/4.0.0-beta-4/api/maven-api-xml/)/[`maven-xml-impl`](https://maven.apache.org/ref/4.0.0-beta-4/maven-xml-impl/index.html)
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)

0 comments on commit f6fc5ed

Please sign in to comment.