Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade maven from 3.6.3 to 3.9.6. #1585

Merged
merged 1 commit into from
May 20, 2024

Conversation

motlin
Copy link
Contributor

@motlin motlin commented May 18, 2024

No description provided.

@@ -19,7 +19,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4
- name: Set Maven Wrapper
run: mvn -N wrapper:wrapper -Dmaven=3.6.3
run: mvn --non-recursive wrapper:wrapper -Dmaven=3.9.6
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replaced -N with --non-recursive just because I didn't know what it was and figured I'd spell it out so I don't have to look it up again. The main thing I wanted to do is use a modern version of maven that supports colors.

@donraab
Copy link
Contributor

donraab commented May 19, 2024

Added @nikhilnanivadekar for review to make sure there will be no issues with release using later version of Maven.

Copy link
Contributor

@donraab donraab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will wait for @nikhilnanivadekar to approve as well so he is aware of the upgrade before we do next release.

@donraab donraab removed the request for review from nikhilnanivadekar May 20, 2024 03:47
@donraab
Copy link
Contributor

donraab commented May 20, 2024

I checked with @nikhilnanivadekar and he is fine with the upgrade @motlin. I will merge now. Thank you!

@donraab donraab merged commit 4c3f69f into eclipse-collections:master May 20, 2024
16 checks passed
@motlin motlin deleted the maven-3.9.6 branch May 21, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants