Skip to content

Commit 28b7eea

Browse files
committed
Update build Maven version to 3.9.14
Keeping up with the latest changes.
1 parent a3280b3 commit 28b7eea

5 files changed

Lines changed: 96 additions & 36 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
maven-version:
4242
- '3.8.8'
43-
- '3.9.9'
43+
- '3.9.14'
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v6
@@ -82,5 +82,5 @@ jobs:
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
- name: Code coverage report
85-
if: matrix.maven-version == '3.9.9'
85+
if: matrix.maven-version == '3.9.14'
8686
uses: codecov/codecov-action@v6.0.0
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
wrapperVersion=3.3.2
1+
wrapperVersion=3.3.4
182
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip

mvnw

Lines changed: 43 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw.cmd

Lines changed: 48 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
<configuration>
588588
<rules>
589589
<requireMavenVersion>
590-
<version>[3.5.4,3.10)</version>
590+
<version>[3.5.4,3.11)</version>
591591
</requireMavenVersion>
592592
<requireJavaVersion>
593593
<version>[11,12)</version>

0 commit comments

Comments
 (0)