-
Notifications
You must be signed in to change notification settings - Fork 592
HDDS-6281. Update ratis version to 2.3.0-94db58b-SNAPSHOT version #3059
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
HDDS-6281. Update ratis version to 2.3.0-94db58b-SNAPSHOT version #3059
Conversation
|
https://github.com/apache/ozone/runs/5119767427?check_suite_focus=true dependency fail, Change
|
Thanks for finding this. In other words, the diff --git hadoop-ozone/dist/src/main/license/update-jar-report.sh hadoop-ozone/dist/src/main/license/update-jar-report.sh
index dfd68a264..6cc6238f4 100755
--- hadoop-ozone/dist/src/main/license/update-jar-report.sh
+++ hadoop-ozone/dist/src/main/license/update-jar-report.sh
@@ -30,4 +30,4 @@ cd "$OZONE_DIST_DIR"
#sed expression removes the version. Usually license is not changed with version bumps
#jacoco and test dependencies are excluded
-find . -type f -name "*.jar" | cut -c3- | perl -wpl -e 's/-[0-9]+(.[0-9]+)*(-([0-9a-z]+-)?SNAPSHOT)?+//g; s/\.v\d+\.jar/.jar/g;' | grep -v -e jacoco -e hdds-test-utils | sort > "$SCRIPTDIR"/$REPORT_NAME
+find . -type f -name "*.jar" | cut -c3- | perl -wpl -e 's/-[0-9]+(\.[0-9]+)*(-([0-9a-z]+-)?SNAPSHOT)?+//g; s/\.v\d+\.jar/.jar/g;' | grep -v -e jacoco -e hdds-test-utils | sort > "$SCRIPTDIR"/$REPORT_NAME |
965ded4 to
2072d73
Compare
|
Thanks @guohao-rosicky for the fix. Failed CI I see passed on your personal branch.. Since HDDS-6138 relies on this, I will merge the PR first. Thanks @adoroszlai for the review. |
) (cherry picked from commit 84728e0) (cherry picked from commit fdd7b641562377404c2bfe4080d2b56c789b261e)
) (cherry picked from commit dd62684)
What changes were proposed in this pull request?
Update ratis version to 2.3.0-94db58b-SNAPSHOT version
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6281