From 4baf7503f79e9163333b6fc1dacb4c2087678f5b Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Mon, 8 Jul 2024 13:58:09 -0700 Subject: [PATCH] [580] Upgrade the Maven version. --- .github/workflows/integration-tests.yml | 8 ++++---- .mvn/wrapper/maven-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index edd4cc4e2..63bdd0a83 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,8 +39,8 @@ jobs: cache: 'maven' - name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }} run: | - mvn -v - mvn clean install -U -B -fae '-Pwildfly' '-T1' '-Pintegration-tests' + ./mvnw -v + ./mvnw clean install -U -B -fae '-Pwildfly' '-T1' '-Pintegration-tests' - uses: actions/upload-artifact@v4 if: failure() with: @@ -72,8 +72,8 @@ jobs: cache: 'maven' - name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }} run: | - mvn -v - mvn clean install -U -B -fae '-Ppayara' '-T1' '-Pintegration-tests' + ./mvnw -v + ./mvnw clean install -U -B -fae '-Ppayara' '-T1' '-Pintegration-tests' - uses: actions/upload-artifact@v4 if: failure() with: diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index ffdc10e59..e09662410 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar