Merge -c 1196971 from trunk to branch-0.23 to fix HADOOP-7797.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1196972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2011-11-03 06:35:05 +00:00
parent b634433da9
commit 5c5ae9c26d
2 changed files with 4 additions and 1 deletions

View File

@ -731,6 +731,9 @@ Release 0.23.0 - 2011-11-01
HADOOP-7798. Add support gpg signatures for maven release artifacts.
(cutting via acmurthy)
HADOOP-7797. Fix top-level pom.xml to refer to correct staging maven
repository. (omalley via acmurthy)
Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES

View File

@ -23,7 +23,7 @@
<distributionManagement>
<repository>
<id>apache.releases.https</id>
<id>apache.staging.https</id>
<name>Apache Release Distribution Repository</name>
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository>