This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-hocon-extension.git
commit 6e64025526e522bc5738568d9e780f2d2c349dcd Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Dec 6 15:00:18 2024 +0100 Upgrade to beta-5 / rc-1 --- .github/workflows/maven-verify.yml | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 99811aa..8530d99 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-beta-4" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-beta-4" ]' + ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-beta-5", "4.0.0-rc-1 ]' jdk-matrix: '[ "17", "21" ]' diff --git a/pom.xml b/pom.xml index fb9d5c8..3cf362a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ under the License. <properties> <javaVersion>17</javaVersion> - <maven.version>4.0.0-beta-4</maven.version> + <maven.version>4.0.0-rc-1</maven.version> <junit.version>5.11.3</junit.version> <hocon.version>1.4.3</hocon.version> </properties> @@ -59,7 +59,7 @@ under the License. </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-api-impl</artifactId> + <artifactId>maven-impl</artifactId> <version>${maven.version}</version> </dependency> <dependency> @@ -92,9 +92,9 @@ under the License. <configuration> <rules> <requireMavenVersion> - <version>[4.0.0-beta-4,)</version> + <version>[4.0.0-beta-5,)</version> <!-- Specify the required Maven version --> - <message>You need Maven 4.0.0-beta-4 or higher to build this project.</message> + <message>You need Maven 4.0.0-beta-5 or higher to build this project.</message> </requireMavenVersion> </rules> </configuration>