You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sd...@apache.org on 2015/08/11 10:13:07 UTC

incubator-sentry git commit: SENTRY-842: Fix typos in pom.xml (Dapeng Sun, reviewed by Guoquan Shen)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 7dd02191c -> 1712142b3


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/master
Commit: 1712142b3fd22e623b667e500851d9c872dda4d0
Parents: 7dd0219
Author: Sun Dapeng <sd...@apache.org>
Authored: Tue Aug 11 16:07:01 2015 +0800
Committer: Sun Dapeng <sd...@apache.org>
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>