diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 0522f2231d..b587697eab 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -600,6 +600,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user has Full Control permissions. (cnauroth) + HADOOP-11420. Use latest maven-site-plugin and replace link to svn with + link to git. (Herve Boutemy via wheat9) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index 0146ff24d7..f9a526cc3b 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -38,7 +38,7 @@ - + diff --git a/pom.xml b/pom.xml index 0135b739e5..72ca43d1ef 100644 --- a/pom.xml +++ b/pom.xml @@ -152,18 +152,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.maven.plugins maven-site-plugin - 3.3 + 3.4 org.apache.maven.wagon wagon-ssh 1.0 - - org.apache.maven.doxia - doxia-module-markdown - 1.3 -