HBASE-2538 Work on repository order in pom (adding fbmirror to top, ibiblio on bottom)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
851b6a9cfc
commit
0b590b5703
|
@ -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
|
||||
|
|
19
pom.xml
19
pom.xml
|
@ -126,11 +126,11 @@
|
|||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ibiblio.org</id>
|
||||
<name>ibiblio mirror</name>
|
||||
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
|
||||
<id>mirror.facebook.net</id>
|
||||
<name>facebook mirror</name>
|
||||
<url>http://mirror.facebook.net/maven/repository/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
|
@ -180,6 +180,17 @@
|
|||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ibiblio.org</id>
|
||||
<name>ibiblio mirror</name>
|
||||
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue