diff --git a/CHANGES.txt b/CHANGES.txt index ffff9be61a0..68949191128 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -630,6 +630,8 @@ Release 0.21.0 - Unreleased HBASE-2580 Make the hlog file names unique HBASE-2594 Narrow pattern used finding unit tests to run -- make it same was we had in 0.20 + HBASE-2538 Work on repository order in pom (adding fbmirror to top, + ibiblio on bottom) NEW FEATURES HBASE-1961 HBase EC2 scripts diff --git a/pom.xml b/pom.xml index 057b856f746..ecced8fcd63 100644 --- a/pom.xml +++ b/pom.xml @@ -126,11 +126,11 @@ - ibiblio.org - ibiblio mirror - http://mirrors.ibiblio.org/pub/mirrors/maven2/ + mirror.facebook.net + facebook mirror + http://mirror.facebook.net/maven/repository/ - false + true true @@ -180,6 +180,17 @@ true + + ibiblio.org + ibiblio mirror + http://mirrors.ibiblio.org/pub/mirrors/maven2/ + + false + + + true + +