Skip to content

Commit

Permalink
Merge pull request #404 from Mailaender/maven-enforcer
Browse files Browse the repository at this point in the history
Downgrade Maven.
  • Loading branch information
eselmeister authored Jul 17, 2024
2 parents ee50b1c + 786c3cb commit 27842f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.6
maven-version: 3.9.2

- name: Build with Maven
uses: coactions/setup-xvfb@v1
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtchart.cbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.9.6</version>
<version>3.9.2</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 27842f7

Please sign in to comment.