Repository: sentry Updated Branches: refs/heads/master 7c5be79b4 -> 8446e8f17
SENTRY-2330: Change sentry-service-server to use project.version (Steve Moist, reviewed by Na Li) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/8446e8f1 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/8446e8f1 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/8446e8f1 Branch: refs/heads/master Commit: 8446e8f17183d9ad3c55c53cf846028e5d821497 Parents: 7c5be79 Author: lina.li <[email protected]> Authored: Thu Aug 9 18:25:31 2018 -0500 Committer: lina.li <[email protected]> Committed: Thu Aug 9 18:25:31 2018 -0500 ---------------------------------------------------------------------- sentry-service/sentry-service-api/pom.xml | 2 +- sentry-service/sentry-service-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/8446e8f1/sentry-service/sentry-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-api/pom.xml b/sentry-service/sentry-service-api/pom.xml index a64a7e7..be95976 100644 --- a/sentry-service/sentry-service-api/pom.xml +++ b/sentry-service/sentry-service-api/pom.xml @@ -44,7 +44,7 @@ limitations under the License. <dependency> <groupId>org.apache.sentry</groupId> <artifactId>sentry-binding-hive-conf</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>log4j</groupId> http://git-wip-us.apache.org/repos/asf/sentry/blob/8446e8f1/sentry-service/sentry-service-server/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-server/pom.xml b/sentry-service/sentry-service-server/pom.xml index b95344e..c835292 100644 --- a/sentry-service/sentry-service-server/pom.xml +++ b/sentry-service/sentry-service-server/pom.xml @@ -243,7 +243,7 @@ limitations under the License. <replacements> <replacement> <token>%PROJECT_VERSION%</token> - <value>${version}</value> + <value>${project.version}</value> </replacement> </replacements> </configuration>
