HBASE-2309 Add apache releases to pom (list of ) repositories

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-03-12 01:03:28 +00:00
parent 0bac7d5b31
commit 20319e9eab
2 changed files with 14 additions and 1 deletions

View File

@ -425,6 +425,8 @@ Release 0.21.0 - Unreleased
HBASE-2302 Optimize M-R by bulk excluding regions - less InputSplit-s to
avoid traffic on region servers when performing M-R on a subset
of the table (Kay Kay via Stack)
HBASE-2309 Add apache releases to pom (list of ) repositories
(Kay Kay via Stack)
NEW FEATURES
HBASE-1961 HBase EC2 scripts

11
pom.xml
View File

@ -173,6 +173,17 @@
</properties>
<repositories>
<repository>
<id>asf-releases</id>
<name>Apache Public Releases</name>
<url>https://repository.apache.org/content/repositories/releases/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>asf-snapshots</id>
<name>Apache Public Snapshots</name>