HBASE-2537 Change ordering of maven repos listed in pom.xml to have ibiblio first

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@943747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Gray 2010-05-12 23:11:25 +00:00
parent 49d5f14dd6
commit d335b19ebd
2 changed files with 13 additions and 11 deletions

View File

@ -556,6 +556,8 @@ Release 0.21.0 - Unreleased
HBASE-2518 Kill all the trailing whitespaces in the code base
(Benoit Sigoure via Stack)
HBASE-2528 ServerManager.ServerMonitor isn't daemonized
HBASE-2537 Change ordering of maven repos listed in pom.xml to have
ibiblio first
NEW FEATURES
HBASE-1961 HBase EC2 scripts

22
pom.xml
View File

@ -155,6 +155,17 @@
</developers>
<repositories>
<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>
<repository>
<id>java.net</id>
<name>Java.Net</name>
@ -199,17 +210,6 @@
<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>
<build>