We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c12070 commit 5d1147dCopy full SHA for 5d1147d
.github/workflows/maven-verify.yml
@@ -27,4 +27,4 @@ jobs:
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
with:
29
maven4-build: true
30
- maven4-version: '4.0.0-rc-4' # the same as used in project
+ maven4-version: '4.0.0-rc-5' # the same as used in project
pom.xml
@@ -61,7 +61,7 @@ under the License.
61
</distributionManagement>
62
63
<properties>
64
- <mavenVersion>4.0.0-rc-4</mavenVersion>
+ <mavenVersion>4.0.0-rc-5</mavenVersion>
65
<javaVersion>17</javaVersion>
66
<guavaVersion>33.4.6-jre</guavaVersion>
67
<guiceVersion>6.0.0</guiceVersion>
0 commit comments