elek opened a new pull request #2111: URL: https://github.com/apache/ozone/pull/2111
## What changes were proposed in this pull request? When we create a release artifact today it has the `hadoop-` prefix in the names. Would be better to remove to avoid confusion. Note: full `hadoop-` prefix is removed by #2104 (thanks to @ChenSammi ), this patch is a very small subset of that patch just to fix the tar file name on the release branch. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5063 ## How was this patch tested? ``` mvn clean install -Dmaven.javadoc.skip=true -Dskip.npx -DskipTests -Psign,dist,src -Dtar -Dgpg.keyname=$CODESIGNINGKEY cd hadoop-ozone/dist/target tar tzf ozone-1.1.0-SNAPSHOT.tar.gz #check the root dir prefix in the output tar tzf ozone-1.1.0-SNAPSHOT-src.tar.gz #check the root dir prefix in the output ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
