myskov opened a new pull request, #3317: URL: https://github.com/apache/ozone/pull/3317
## What changes were proposed in this pull request? Setting ozone.version independently makes it hard to automatic version update using 'mvn versions:set' command. This change makes 'project.version' a single source of ozone version. In addition, plugin introduced in HDDS-6304 (which tried to solve the same issue) has been removed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6599 ## How was this patch tested? The following command ended with a success: mvn versions:set -DnewVersion=1.4.0-SNAPSHOT -DprocessAllModules && mvn clean install The above command fails without the proposed changed because 'versions:set' is not applied to ozone-annotation-processing module -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
