Skip to content

Commit

Permalink
Use Maven 3.9.2 in CI and wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jun 17, 2023
1 parent 5e17ea4 commit 0103bc5
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 243 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- 8
- 11
- 17
# 1-year-old version + latest minor
# Support 1-year-old version + latest minor
maven:
- 3.8.5
- 3.8.8
- 3.9.1
- 3.9.2
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/setup-maven-action@v1.7.0
Expand Down
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# 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.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-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 @@ -16,6 +16,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co
Build / Infrastructure::

* Bump AsciidoctorJ to v2.5.10 and jRuby to v9.4.2.0 (#648)
* Use Maven v3.9.2 in CI and wrapper (#659)

== v2.2.4 (2023-05-28)

Expand Down

0 comments on commit 0103bc5

Please sign in to comment.