You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ak...@apache.org on 2017/07/28 17:06:48 UTC

[30/50] [abbrv] sentry git commit: Fixing hard-coded project version

Fixing hard-coded project version


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

Branch: refs/heads/master
Commit: 3112d2b619888c900a5e1e1f43e6d1e4d07cbea0
Parents: 024d99d
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Jul 14 16:57:37 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Jul 14 16:57:37 2017 +0100

----------------------------------------------------------------------
 sentry-binding/sentry-binding-hive-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/3112d2b6/sentry-binding/sentry-binding-hive-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive-common/pom.xml b/sentry-binding/sentry-binding-hive-common/pom.xml
index 0cdb739..f48c625 100644
--- a/sentry-binding/sentry-binding-hive-common/pom.xml
+++ b/sentry-binding/sentry-binding-hive-common/pom.xml
@@ -80,7 +80,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.sentry</groupId>
       <artifactId>sentry-binding-hive-conf</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>