You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/10/28 17:00:08 UTC

[32/50] [abbrv] incubator-ranger git commit: RANGER-660: atlas library version references in pom.xml updated

RANGER-660: atlas library version references in pom.xml updated


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

Branch: refs/heads/master
Commit: a9b153d3ae8c86eac683fb12c43f85c38ec1e6e2
Parents: e0faf52
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Wed Sep 30 20:16:49 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Sep 30 20:16:49 2015 -0700

----------------------------------------------------------------------
 pom.xml         | 1 +
 tagsync/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/a9b153d3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 247fb1a..aa911c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,6 +205,7 @@
 		<jaxb-api.version>2.2.2</jaxb-api.version>
 		<jackson.version>1.9.13</jackson.version>
 		<sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
+		<atlas.version>0.5.0.2.3.1.1-19</atlas.version>
 		<distMgmtStagingId>apache.staging.https</distMgmtStagingId>
     	<distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
     	<distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/a9b153d3/tagsync/pom.xml
----------------------------------------------------------------------
diff --git a/tagsync/pom.xml b/tagsync/pom.xml
index 83c0f30..d50374d 100644
--- a/tagsync/pom.xml
+++ b/tagsync/pom.xml
@@ -104,17 +104,17 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-notification</artifactId>
-            <version>0.5.0.2.3.1.1-19</version>
+            <version>${atlas.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-typesystem</artifactId>
-            <version>0.5.0.2.3.1.1-19</version>
+            <version>${atlas.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-client</artifactId>
-            <version>0.5.0.2.3.1.1-19</version>
+            <version>${atlas.version}</version>
         </dependency>
     </dependencies>
 </project>