summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnu Engineer <aengineer@apache.org>2018-05-10 11:44:14 -0700
committerAnu Engineer <aengineer@apache.org>2018-05-10 11:44:14 -0700
commitf8b540049dbc7916220d6fa95c025c5a854a31f7 (patch)
tree11826cb88f7f59abaf1a22d99b6910570ec4c204
parent7482963f1a250f1791a5164817b608dbf2556433 (diff)
HDDS-42. Inconsistent module names and descriptions. Contributed by Tsz Wo Nicholas Sze.
-rw-r--r--hadoop-hdds/client/pom.xml5
-rw-r--r--hadoop-hdds/common/pom.xml2
-rw-r--r--hadoop-hdds/container-service/pom.xml4
-rw-r--r--hadoop-hdds/framework/pom.xml4
-rw-r--r--hadoop-hdds/pom.xml4
-rw-r--r--hadoop-hdds/server-scm/pom.xml4
-rw-r--r--hadoop-hdds/tools/pom.xml4
-rw-r--r--hadoop-ozone/acceptance-test/pom.xml4
-rw-r--r--hadoop-ozone/common/pom.xml2
-rw-r--r--hadoop-ozone/integration-test/pom.xml4
-rw-r--r--hadoop-ozone/ozone-manager/pom.xml4
-rw-r--r--hadoop-ozone/pom.xml2
12 files changed, 22 insertions, 21 deletions
diff --git a/hadoop-hdds/client/pom.xml b/hadoop-hdds/client/pom.xml
index d2efec497a..d6db9c63f0 100644
--- a/hadoop-hdds/client/pom.xml
+++ b/hadoop-hdds/client/pom.xml
@@ -22,10 +22,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdds</artifactId>
<version>0.2.1-SNAPSHOT</version>
</parent>
+
<artifactId>hadoop-hdds-client</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Distributed Data Store Client libraries</description>
- <name>Apache HDDS Client</name>
+ <description>Apache Hadoop Distributed Data Store Client Library</description>
+ <name>Apache Hadoop HDDS Client</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index b81da96080..bf53042a85 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -25,7 +25,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdds-common</artifactId>
<version>0.2.1-SNAPSHOT</version>
<description>Apache Hadoop Distributed Data Store Common</description>
- <name>Apache HDDS Common</name>
+ <name>Apache Hadoop HDDS Common</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-hdds/container-service/pom.xml b/hadoop-hdds/container-service/pom.xml
index 36c7235b37..542462e8c7 100644
--- a/hadoop-hdds/container-service/pom.xml
+++ b/hadoop-hdds/container-service/pom.xml
@@ -24,8 +24,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-hdds-container-service</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache HDDS Container server</description>
- <name>Apache HDDS Container server</name>
+ <description>Apache Hadoop Distributed Data Store Container Service</description>
+ <name>Apache Hadoop HDDS Container Service</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml
index c8d0797475..a497133f9d 100644
--- a/hadoop-hdds/framework/pom.xml
+++ b/hadoop-hdds/framework/pom.xml
@@ -24,8 +24,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-hdds-server-framework</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache HDDS server framework</description>
- <name>Apache HDDS Server Common</name>
+ <description>Apache Hadoop Distributed Data Store Server Framework</description>
+ <name>Apache Hadoop HDDS Server Framework</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml
index c15c541b4e..fab45e2358 100644
--- a/hadoop-hdds/pom.xml
+++ b/hadoop-hdds/pom.xml
@@ -26,8 +26,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdds</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Distributed Data Store Parent project</description>
- <name>Apache Hdds</name>
+ <description>Apache Hadoop Distributed Data Store Project</description>
+ <name>Apache Hadoop HDDS</name>
<packaging>pom</packaging>
<modules>
diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml
index fd927d8d6a..1330be8fe3 100644
--- a/hadoop-hdds/server-scm/pom.xml
+++ b/hadoop-hdds/server-scm/pom.xml
@@ -24,8 +24,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-hdds-server-scm</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache HDDS SCM server</description>
- <name>Apache Hadoop HDDS SCM server</name>
+ <description>Apache Hadoop Distributed Data Store Storage Container Manager Server</description>
+ <name>Apache Hadoop HDDS SCM Server</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-hdds/tools/pom.xml b/hadoop-hdds/tools/pom.xml
index acc6711d6c..9017d3ecd5 100644
--- a/hadoop-hdds/tools/pom.xml
+++ b/hadoop-hdds/tools/pom.xml
@@ -25,8 +25,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdds-tools</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache HDDS Tools</description>
- <name>Apache Hadoop HDDS tools</name>
+ <description>Apache Hadoop Distributed Data Store Tools</description>
+ <name>Apache Hadoop HDDS Tools</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-ozone/acceptance-test/pom.xml b/hadoop-ozone/acceptance-test/pom.xml
index b4b24d5e39..fb6794ca21 100644
--- a/hadoop-ozone/acceptance-test/pom.xml
+++ b/hadoop-ozone/acceptance-test/pom.xml
@@ -25,8 +25,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-ozone-acceptance-test</artifactId>
<version>3.2.0-SNAPSHOT</version>
- <description>Apache Hadoop Ozone Acceptance test</description>
- <name>Apache Hadoop Ozone acceptance test</name>
+ <description>Apache Hadoop Ozone Acceptance Tests</description>
+ <name>Apache Hadoop Ozone Acceptance Tests</name>
<packaging>pom</packaging>
<build>
<plugins>
diff --git a/hadoop-ozone/common/pom.xml b/hadoop-ozone/common/pom.xml
index 6ddba0fb9c..d8581d1925 100644
--- a/hadoop-ozone/common/pom.xml
+++ b/hadoop-ozone/common/pom.xml
@@ -24,7 +24,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-ozone-common</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Ozone Common libraris</description>
+ <description>Apache Hadoop Ozone Common</description>
<name>Apache Hadoop Ozone Common</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/integration-test/pom.xml b/hadoop-ozone/integration-test/pom.xml
index 95f243ba20..c8a932c3a0 100644
--- a/hadoop-ozone/integration-test/pom.xml
+++ b/hadoop-ozone/integration-test/pom.xml
@@ -24,8 +24,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-ozone-integration-test</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Ozone Integration test package</description>
- <name>Apache Hadoop Ozone integration tests</name>
+ <description>Apache Hadoop Ozone Integration Tests</description>
+ <name>Apache Hadoop Ozone Integration Tests</name>
<packaging>jar</packaging>
<dependencies>
diff --git a/hadoop-ozone/ozone-manager/pom.xml b/hadoop-ozone/ozone-manager/pom.xml
index 7f611293bc..50e7b456ae 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -24,8 +24,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-ozone-ozone-manager</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Ozone OM server</description>
- <name>Apache Hadoop Ozone OM server</name>
+ <description>Apache Hadoop Ozone Manager Server</description>
+ <name>Apache Hadoop Ozone Manager Server</name>
<packaging>jar</packaging>
<properties>
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index 566744441f..668738236d 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -25,7 +25,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>
<artifactId>hadoop-ozone</artifactId>
<version>0.2.1-SNAPSHOT</version>
- <description>Apache Hadoop Ozone parent project</description>
+ <description>Apache Hadoop Ozone Project</description>
<name>Apache Hadoop Ozone</name>
<packaging>pom</packaging>