Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 024d99de2 -> 3112d2b61
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/sentry-ha-redesign Commit: 3112d2b619888c900a5e1e1f43e6d1e4d07cbea0 Parents: 024d99d Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Jul 14 16:57:37 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> 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>
