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:
parent
0bac7d5b31
commit
20319e9eab
|
@ -424,7 +424,9 @@ Release 0.21.0 - Unreleased
|
|||
every heartbeat (Karthik Ranganathan via Stack)
|
||||
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)
|
||||
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
11
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue