-
Notifications
You must be signed in to change notification settings - Fork 93
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
rename binary #387
rename binary #387
Conversation
Codecov Report
@@ Coverage Diff @@
## master #387 +/- ##
=========================================
Coverage 62.55% 62.55%
Complexity 1866 1866
=========================================
Files 260 260
Lines 9405 9405
Branches 872 872
=========================================
Hits 5883 5883
Misses 3140 3140
Partials 382 382 📣 We’re building smart automated test selection to slash your CI/CD build times. 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.
LGTM
<final.name>${release.name}-${project.version}</final.name> | ||
<final.name>apache-${release.name}-incubating-${project.version}</final.name> |
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.
@z7658329 should use one param for these modules?
seems we just define it in root-pom is OK?
@@ -61,7 +61,7 @@ | |||
<properties> | |||
<revision>1.0.0</revision> | |||
<release.name>${project.artifactId}</release.name> | |||
<final.name>${release.name}-${project.version}</final.name> | |||
<final.name>apache-${release.name}-incubating-${project.version}</final.name> |
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.
the child module will extend it automatically
No description provided.