git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1196972 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -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>