Repository: hadoop Updated Branches: refs/heads/ozone-0.2 5479b2aa2 -> 05c4ff538
HDDS-496. Ozone tools module is incorrectly classified as 'hdds' component. Contributed by Dinesh Chitlangia. (cherry picked from commit 5c2ae7e493892b6157f73e82ca89c39926623bb1) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05c4ff53 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/05c4ff53 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/05c4ff53 Branch: refs/heads/ozone-0.2 Commit: 05c4ff5384a853bf6059c18d02775bf570bbff2e Parents: 5479b2a Author: Bharat Viswanadham <[email protected]> Authored: Tue Sep 18 14:50:52 2018 -0700 Committer: Bharat Viswanadham <[email protected]> Committed: Tue Sep 18 14:51:48 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/05c4ff53/hadoop-ozone/tools/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml index a78565a..9a58033 100644 --- a/hadoop-ozone/tools/pom.xml +++ b/hadoop-ozone/tools/pom.xml @@ -29,7 +29,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <packaging>jar</packaging> <properties> - <hadoop.component>hdds</hadoop.component> + <hadoop.component>ozone</hadoop.component> <is.hadoop.component>true</is.hadoop.component> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
