The pom at the apache snapshot directory -https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-hdfs/0.21.0-SNAPSHOT/
says that 0.21.0-snapshot of hdfs depends on 0.22.0-snapshot of hadoop-core .
I am trying to help set up ivy config for hbase as well , which requires core/hdfs/mapred to be of 0.21.x versions . Curious to see the changes / reason why 0.21.0 of hdfs needs hadoop-core 0.22.0 . Thanks.
