Skip to content

Commit

Permalink
Bump Maven wrapper to 3.9.5 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Nov 26, 2023
1 parent 1cb7489 commit 93ae931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- 17
# Support 1-year-old version + latest minor
maven:
- 3.8.5
- 3.8.7
- 3.8.8
- 3.9.2
- 3.9.5
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/setup-maven-action@v1.7.0
- uses: s4u/setup-maven-action@v1.11.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Build / Infrastructure::
* Fix maven-source-plugin configuration for releases (#644)
* Set Java 11 as minimal version (remove Java8 support) (#652)
* Use Maven v3.9.2 in CI and wrapper (#658)
* Use Maven v3.9.5 in CI and wrapper (#662)

Documentation::

Expand Down

0 comments on commit 93ae931

Please sign in to comment.