Skip to content

Commit 5d1147d

Browse files
authored
Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5 (#283)
1 parent 9c12070 commit 5d1147d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
maven4-build: true
30-
maven4-version: '4.0.0-rc-4' # the same as used in project
30+
maven4-version: '4.0.0-rc-5' # the same as used in project

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ under the License.
6161
</distributionManagement>
6262

6363
<properties>
64-
<mavenVersion>4.0.0-rc-4</mavenVersion>
64+
<mavenVersion>4.0.0-rc-5</mavenVersion>
6565
<javaVersion>17</javaVersion>
6666
<guavaVersion>33.4.6-jre</guavaVersion>
6767
<guiceVersion>6.0.0</guiceVersion>

0 commit comments

Comments
 (0)