All, It's part of the Ozone TLP process. We'd like to remove the keyword "hadoop" from ozone project maven groupId and artifactId.
https://github.com/apache/ozone/pull/2018 There is some impact to current apps who have module dependency on Ozone. If apps continue to depend on current 1.0.0 ozone, they need to do nothing. If apps want to upgrade ozone module version, say from 1.0.0 to 1.1.0, they have to change both ozone module groupId, say from "org.apache.org" to "org.apache.ozone" , and module artifactId, for instance, "hadoop-hdds" to "hdds", at the same time. This request calls for a broader review of the patch, and collect any feedbacks about the impact or concern. Bests, Sammi