HADOOP-7797. Fix top-level pom.xml to refer to correct staging maven repository. Contributed by Owen O'Malley.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1196971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7b1d6f392
commit
5d5e2df9d3
@ -801,6 +801,9 @@ Release 0.23.0 - 2011-11-01
|
|||||||
HADOOP-7798. Add support gpg signatures for maven release artifacts.
|
HADOOP-7798. Add support gpg signatures for maven release artifacts.
|
||||||
(cutting via acmurthy)
|
(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
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
2
pom.xml
2
pom.xml
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache.releases.https</id>
|
<id>apache.staging.https</id>
|
||||||
<name>Apache Release Distribution Repository</name>
|
<name>Apache Release Distribution Repository</name>
|
||||||
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
|
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
Loading…
Reference in New Issue
Block a user