ACCESS-214: Rename Access package to Sentry. Update maven module names and descriptions
diff --git a/pom.xml b/pom.xml
index b94cc85..7a1f457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@
 
   <artifactId>sentry</artifactId>
   <version>1.1.0</version>
-  <description>Access component</description>
-  <name>Access</name>
+  <description>Sentry component</description>
+  <name>Sentry</name>
   <packaging>pom</packaging>
 
   <licenses>
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index 8684c5f..f77fd01 100644
--- a/sentry-binding/pom.xml
+++ b/sentry-binding/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>com.cloudera.cdh</groupId>
   <artifactId>sentry-binding</artifactId>
-  <name>Access Bindings</name>
+  <name>Sentry Bindings</name>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/sentry-binding/sentry-binding-hive/pom.xml b/sentry-binding/sentry-binding-hive/pom.xml
index 210e7da..37786ad 100644
--- a/sentry-binding/sentry-binding-hive/pom.xml
+++ b/sentry-binding/sentry-binding-hive/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>sentry-binding-hive</artifactId>
-  <name>Access Binding for Hive</name>
+  <name>Sentry Binding for Hive</name>
 
   <dependencies>
     <dependency>
diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml
index 56fac39..60edbf9 100644
--- a/sentry-core/pom.xml
+++ b/sentry-core/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>com.cloudera.cdh</groupId>
   <artifactId>sentry-core</artifactId>
-  <name>Access core</name>
+  <name>Sentry core</name>
 
   <dependencies>
     <dependency>
diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml
index dff56ec..cd146c0 100644
--- a/sentry-dist/pom.xml
+++ b/sentry-dist/pom.xml
@@ -23,8 +23,8 @@
     <version>1.1.0</version>
   </parent>
   <artifactId>sentry-dist</artifactId>
-  <name>Access Distribution</name>
-  <description>Access distribution</description>
+  <name>Sentry Distribution</name>
+  <description>Sentry distribution</description>
   <dependencies>
     <dependency>
       <groupId>com.cloudera.cdh</groupId>
diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml
index 5b587d3..201c779 100644
--- a/sentry-provider/pom.xml
+++ b/sentry-provider/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>com.cloudera.cdh</groupId>
   <artifactId>sentry-provider</artifactId>
-  <name>Access Providers</name>
+  <name>Sentry Providers</name>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/sentry-provider/sentry-provider-file/pom.xml b/sentry-provider/sentry-provider-file/pom.xml
index a1265c9..663128b 100644
--- a/sentry-provider/sentry-provider-file/pom.xml
+++ b/sentry-provider/sentry-provider-file/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>com.cloudera.cdh</groupId>
   <artifactId>sentry-provider-file</artifactId>
-  <name>Access Provider File</name>
+  <name>Sentry Provider File</name>
 
   <dependencies>
     <dependency>
diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml
index 7e4dc55..b791197 100644
--- a/sentry-tests/pom.xml
+++ b/sentry-tests/pom.xml
@@ -23,7 +23,7 @@
     <version>1.1.0</version>
   </parent>
   <artifactId>sentry-tests</artifactId>
-  <name>Access Tests</name>
+  <name>Sentry Tests</name>
   <description>end to end tests for sentry project</description>
   <properties>
     <hadoop-dist></hadoop-dist>