SENTRY-842: Fix typos in pom.xml (Dapeng Sun, reviewed by Guoquan Shen)
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/1712142b Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/1712142b Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/1712142b Branch: refs/heads/hive_plugin_v2 Commit: 1712142b3fd22e623b667e500851d9c872dda4d0 Parents: 7dd0219 Author: Sun Dapeng <[email protected]> Authored: Tue Aug 11 16:07:01 2015 +0800 Committer: Sun Dapeng <[email protected]> Committed: Tue Aug 11 16:07:01 2015 +0800 ---------------------------------------------------------------------- sentry-core/pom.xml | 2 +- sentry-hdfs/sentry-hdfs-service/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/1712142b/sentry-core/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml index 48ed2d0..a692ff9 100644 --- a/sentry-core/pom.xml +++ b/sentry-core/pom.xml @@ -25,7 +25,7 @@ limitations under the License. </parent> <artifactId>sentry-core</artifactId> - <name>Sentry core</name> + <name>Sentry Core</name> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/1712142b/sentry-hdfs/sentry-hdfs-service/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-hdfs/sentry-hdfs-service/pom.xml b/sentry-hdfs/sentry-hdfs-service/pom.xml index 5d5d525..b7de612 100644 --- a/sentry-hdfs/sentry-hdfs-service/pom.xml +++ b/sentry-hdfs/sentry-hdfs-service/pom.xml @@ -25,7 +25,7 @@ limitations under the License. </parent> <artifactId>sentry-hdfs-service</artifactId> - <name>Sentry HDFS service</name> + <name>Sentry HDFS Service</name> <dependencies> <dependency>
