Skip to content

Commit

Permalink
[eclipse-ee4j#620]Setup and use Maven 3.9.5; maybe this is temporary
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pinsky <[email protected]>
  • Loading branch information
api-from-the-ion committed Oct 24, 2023
1 parent 38e4808 commit d4c18ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
java_version: [ 11, 17 ]

steps:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.5
- name: Checkout for build
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<version>[11,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.9.4,)</version>
<version>[3.9.5,)</version>
</requireMavenVersion>
<DependencyConvergence/>
</rules>
Expand Down

0 comments on commit d4c18ee

Please sign in to comment.