diff --git a/CHANGES.txt b/CHANGES.txt index 4007ef4a82..4ba0862a73 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1592,6 +1592,9 @@ Release 0.21.0 - Unreleased HADOOP-6723. Unchecked exceptions thrown in IPC Connection should not orphan clients. (Todd Lipcon via tomwhite) + HADOOP-6404. Rename the generated artifacts to common instead of core. + (tomwhite) + Release 0.20.3 - Unreleased NEW FEATURES diff --git a/build.xml b/build.xml index 158df3e360..2ba0ee4f73 100644 --- a/build.xml +++ b/build.xml @@ -17,7 +17,7 @@ limitations under the License. --> - @@ -26,8 +26,8 @@ - - + + @@ -149,21 +149,21 @@ - - - - + + + + - + - - - - + + + + @@ -406,11 +406,11 @@ - + - + @@ -428,7 +428,7 @@ - + @@ -537,7 +537,7 @@ - + @@ -1202,55 +1202,54 @@ classpathref="mvn-ant-task.classpath"/> - - - - + + + + - + - + - + - - + description="To deploy hadoop common and test jar's to apache snapshot's repository"> + + - + - + - + - + - - - - - - + + + + + + - - - + + + @@ -1284,9 +1283,9 @@ - - - + + + diff --git a/ivy.xml b/ivy.xml index 7db919d82c..49b091b922 100644 --- a/ivy.xml +++ b/ivy.xml @@ -20,7 +20,7 @@ - Hadoop Core + Hadoop Common diff --git a/ivy/hadoop-core-instrumented-template.xml b/ivy/hadoop-common-instrumented-template.xml similarity index 98% rename from ivy/hadoop-core-instrumented-template.xml rename to ivy/hadoop-common-instrumented-template.xml index 8e837e9ad0..dbc00d6e5c 100644 --- a/ivy/hadoop-core-instrumented-template.xml +++ b/ivy/hadoop-common-instrumented-template.xml @@ -19,7 +19,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.hadoop - hadoop-core-instrumented + hadoop-common-instrumented jar @version diff --git a/ivy/hadoop-core-template.xml b/ivy/hadoop-common-template.xml similarity index 99% rename from ivy/hadoop-core-template.xml rename to ivy/hadoop-common-template.xml index d17596c7f7..d86472a4af 100644 --- a/ivy/hadoop-core-template.xml +++ b/ivy/hadoop-common-template.xml @@ -19,7 +19,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.hadoop - hadoop-core + hadoop-common jar @version diff --git a/ivy/hadoop-core-test-template.xml b/ivy/hadoop-common-test-template.xml similarity index 95% rename from ivy/hadoop-core-test-template.xml rename to ivy/hadoop-common-test-template.xml index ed1967f294..f906843179 100644 --- a/ivy/hadoop-core-test-template.xml +++ b/ivy/hadoop-common-test-template.xml @@ -20,13 +20,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.hadoop - hadoop-core-test + hadoop-common-test jar @version org.apache.hadoop - hadoop-core + hadoop-common @version diff --git a/src/docs/cn/src/documentation/skinconf.xml b/src/docs/cn/src/documentation/skinconf.xml index e40b8a0915..57021a94e8 100644 --- a/src/docs/cn/src/documentation/skinconf.xml +++ b/src/docs/cn/src/documentation/skinconf.xml @@ -99,7 +99,7 @@ which will be used to configure the chosen Forrest skin. - + - - + - @@ -120,7 +120,7 @@ - + - - + + - + - - + - +