You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sh...@apache.org on 2013/09/18 01:20:05 UTC

git commit: Preparing for release 1.3.0 development

Updated Branches:
  refs/heads/master 08a7ab642 -> 629904ff5


Preparing for release 1.3.0 development


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

Branch: refs/heads/master
Commit: 629904ff59127e23d13332b4a3b822224950cb3a
Parents: 08a7ab6
Author: Shreepadma Venugopalan <sh...@apache.org>
Authored: Tue Sep 17 16:19:13 2013 -0700
Committer: Shreepadma Venugopalan <sh...@apache.org>
Committed: Tue Sep 17 16:19:13 2013 -0700

----------------------------------------------------------------------
 pom.xml                                      | 2 +-
 sentry-binding/pom.xml                       | 2 +-
 sentry-binding/sentry-binding-hive/pom.xml   | 2 +-
 sentry-core/pom.xml                          | 2 +-
 sentry-dist/pom.xml                          | 2 +-
 sentry-provider/pom.xml                      | 2 +-
 sentry-provider/sentry-provider-file/pom.xml | 2 +-
 sentry-tests/pom.xml                         | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05cc356..c4aaf07 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.2.0-incubating</version>
+  <version>1.3.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/629904ff/sentry-binding/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index 4909c1d..af2efa4 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/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 fc26b54..2d4369e 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding-hive</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/sentry-core/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml
index 43fcc01..6afdd4a 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/sentry-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml
index 2a28c53..0f98d41 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-dist</artifactId>
   <name>Sentry Distribution</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/sentry-provider/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml
index 61eee02..b4e7689 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/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 8a72830..d09ad9f 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-file</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/629904ff/sentry-tests/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml
index 742955a..5536348 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.2.0-incubating</version>
+    <version>1.3.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-tests</artifactId>
   <name>Sentry Tests</name>