-
Notifications
You must be signed in to change notification settings - Fork 59
Add github release action & migrate ossrh to central publishing #66
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
base: master
Are you sure you want to change the base?
Conversation
586850a
to
9647c13
Compare
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.facebook.airlift</groupId> | |||
<artifactId>airbase</artifactId> | |||
<version>98</version> | |||
<version>107</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imjalpreet FYI, to publish the maven artifacts we need upgrade airbase to 107+.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until now, I was upgrading to 105, which was required to bring in Java 17 changes, but I can change it to 107 if there are more changes that are required for publishing the artifacts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@unidevel, I kept my changes to upgrade to airbase 105 as it was required for Java 17. We can upgrade to 107 in this PR. Can you please help rebase on master to resolve conflicts?
9647c13
to
2e329e7
Compare
@imjalpreet resolved, please review, thanks. Tested with https://github.com/unix280/presto-hadoop-apache2/actions/runs/17740257657/job/50412197312, the 401 error should be fine since the test repo doesn't have the permission to publish |
Add the release action to publish maven artifacts, require airbase version 107+.