You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sr...@apache.org on 2014/07/23 19:05:22 UTC

git commit: SENTRY-257: Upgrade master to use version 1.4.0-incubating-SNAPSHOT ( Jarek Jarcec Cecho via Sravya Tirukkovalur)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 1411e3739 -> 5862bbe6e


SENTRY-257: Upgrade master to use version 1.4.0-incubating-SNAPSHOT ( Jarek Jarcec Cecho via Sravya Tirukkovalur)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/5862bbe6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/5862bbe6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/5862bbe6

Branch: refs/heads/master
Commit: 5862bbe6e12248b2dd9c8c1ef26a7c25a2fefd0a
Parents: 1411e37
Author: Sravya Tirukkovalur <sr...@clouera.com>
Authored: Wed Jul 23 10:04:40 2014 -0700
Committer: Sravya Tirukkovalur <sr...@clouera.com>
Committed: Wed Jul 23 10:04:40 2014 -0700

----------------------------------------------------------------------
 pom.xml                                        | 2 +-
 sentry-binding/pom.xml                         | 2 +-
 sentry-binding/sentry-binding-hive/pom.xml     | 2 +-
 sentry-binding/sentry-binding-solr/pom.xml     | 2 +-
 sentry-core/pom.xml                            | 2 +-
 sentry-core/sentry-core-common/pom.xml         | 2 +-
 sentry-core/sentry-core-model-db/pom.xml       | 2 +-
 sentry-core/sentry-core-model-search/pom.xml   | 2 +-
 sentry-dist/pom.xml                            | 2 +-
 sentry-policy/pom.xml                          | 2 +-
 sentry-policy/sentry-policy-common/pom.xml     | 2 +-
 sentry-policy/sentry-policy-db/pom.xml         | 2 +-
 sentry-policy/sentry-policy-search/pom.xml     | 2 +-
 sentry-provider/pom.xml                        | 2 +-
 sentry-provider/sentry-provider-cache/pom.xml  | 2 +-
 sentry-provider/sentry-provider-common/pom.xml | 2 +-
 sentry-provider/sentry-provider-db/pom.xml     | 2 +-
 sentry-provider/sentry-provider-file/pom.xml   | 2 +-
 sentry-tests/pom.xml                           | 2 +-
 sentry-tests/sentry-tests-hive/pom.xml         | 2 +-
 sentry-tests/sentry-tests-solr/pom.xml         | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05943c6..2833cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
 
   <groupId>org.apache.sentry</groupId>
   <artifactId>sentry</artifactId>
-  <version>1.3.0-incubating-SNAPSHOT</version>
+  <version>1.4.0-incubating-SNAPSHOT</version>
   <description>Sentry component</description>
   <name>Sentry</name>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-binding/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index f8172bf..6cfd778 100644
--- a/sentry-binding/pom.xml
+++ b/sentry-binding/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-binding/sentry-binding-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive/pom.xml b/sentry-binding/sentry-binding-hive/pom.xml
index f2e1385..5b822ba 100644
--- a/sentry-binding/sentry-binding-hive/pom.xml
+++ b/sentry-binding/sentry-binding-hive/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-binding</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding-hive</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-binding/sentry-binding-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-solr/pom.xml b/sentry-binding/sentry-binding-solr/pom.xml
index 3ff52ea..8e7cf13 100644
--- a/sentry-binding/sentry-binding-solr/pom.xml
+++ b/sentry-binding/sentry-binding-solr/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-binding</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-core/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml
index d3f9785..c7b1074 100644
--- a/sentry-core/pom.xml
+++ b/sentry-core/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-core/sentry-core-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-common/pom.xml b/sentry-core/sentry-core-common/pom.xml
index 092fd30..d1785b8 100644
--- a/sentry-core/sentry-core-common/pom.xml
+++ b/sentry-core/sentry-core-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-core/sentry-core-model-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-db/pom.xml b/sentry-core/sentry-core-model-db/pom.xml
index ff419a4..652b8a2 100644
--- a/sentry-core/sentry-core-model-db/pom.xml
+++ b/sentry-core/sentry-core-model-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-core/sentry-core-model-search/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-search/pom.xml b/sentry-core/sentry-core-model-search/pom.xml
index 70898c0..ca20293 100644
--- a/sentry-core/sentry-core-model-search/pom.xml
+++ b/sentry-core/sentry-core-model-search/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml
index 3a040b8..fa03d4e 100644
--- a/sentry-dist/pom.xml
+++ b/sentry-dist/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-dist</artifactId>
   <name>Sentry Distribution</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-policy/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/pom.xml b/sentry-policy/pom.xml
index 75eeae2..560ad99 100644
--- a/sentry-policy/pom.xml
+++ b/sentry-policy/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-policy/sentry-policy-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-common/pom.xml b/sentry-policy/sentry-policy-common/pom.xml
index ce10a8c..168b175 100644
--- a/sentry-policy/sentry-policy-common/pom.xml
+++ b/sentry-policy/sentry-policy-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-policy/sentry-policy-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-db/pom.xml b/sentry-policy/sentry-policy-db/pom.xml
index b79eef2..315eeea 100644
--- a/sentry-policy/sentry-policy-db/pom.xml
+++ b/sentry-policy/sentry-policy-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-policy/sentry-policy-search/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-search/pom.xml b/sentry-policy/sentry-policy-search/pom.xml
index 9d45f71..2feb170 100644
--- a/sentry-policy/sentry-policy-search/pom.xml
+++ b/sentry-policy/sentry-policy-search/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-provider/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml
index c443842..74e3c0f 100644
--- a/sentry-provider/pom.xml
+++ b/sentry-provider/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-provider/sentry-provider-cache/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-cache/pom.xml b/sentry-provider/sentry-provider-cache/pom.xml
index c3e67bd..c791eb2 100644
--- a/sentry-provider/sentry-provider-cache/pom.xml
+++ b/sentry-provider/sentry-provider-cache/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-provider/sentry-provider-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-common/pom.xml b/sentry-provider/sentry-provider-common/pom.xml
index 664b7eb..4c778a2 100644
--- a/sentry-provider/sentry-provider-common/pom.xml
+++ b/sentry-provider/sentry-provider-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-provider/sentry-provider-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-db/pom.xml b/sentry-provider/sentry-provider-db/pom.xml
index e0532ca..16f4e8e 100644
--- a/sentry-provider/sentry-provider-db/pom.xml
+++ b/sentry-provider/sentry-provider-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-provider/sentry-provider-file/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-file/pom.xml b/sentry-provider/sentry-provider-file/pom.xml
index 836c8c8..b834c8e 100644
--- a/sentry-provider/sentry-provider-file/pom.xml
+++ b/sentry-provider/sentry-provider-file/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-file</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-tests/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml
index 4bc72c5..a18f912 100644
--- a/sentry-tests/pom.xml
+++ b/sentry-tests/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-tests</artifactId>
   <name>Sentry Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-tests/sentry-tests-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml
index 1c95a8c..651252a 100644
--- a/sentry-tests/sentry-tests-hive/pom.xml
+++ b/sentry-tests/sentry-tests-hive/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-tests</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-tests-hive</artifactId>
   <name>Sentry Hive Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5862bbe6/sentry-tests/sentry-tests-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-solr/pom.xml b/sentry-tests/sentry-tests-solr/pom.xml
index 7819114..fdca89b 100644
--- a/sentry-tests/sentry-tests-solr/pom.xml
+++ b/sentry-tests/sentry-tests-solr/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-tests</artifactId>
-    <version>1.3.0-incubating-SNAPSHOT</version>
+    <version>1.4.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-tests-solr</artifactId>