You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by zh...@apache.org on 2017/07/13 03:34:27 UTC

ranger git commit: RANGER-1688:The version file did not exist in ranger-1.0.0-SNAPSHOT-kms.tar.gz. The result was that the VERSION variable can only get a fixed 0.5.0 value when installed ranger kms.

Repository: ranger
Updated Branches:
  refs/heads/master 988f8eafe -> a92129807


RANGER-1688:The version file did not exist in ranger-1.0.0-SNAPSHOT-kms.tar.gz. The result was that the VERSION variable can only get a fixed 0.5.0 value when installed ranger kms.

Signed-off-by: peng.jianhua <pe...@zte.com.cn>


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

Branch: refs/heads/master
Commit: a92129807e4a46c6644c1dd6e430fe8b8b4c1739
Parents: 988f8ea
Author: peng.jianhua <pe...@zte.com.cn>
Authored: Tue Jul 11 09:16:40 2017 -0400
Committer: peng.jianhua <pe...@zte.com.cn>
Committed: Wed Jul 12 23:33:12 2017 -0400

----------------------------------------------------------------------
 src/main/assembly/kms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/a9212980/src/main/assembly/kms.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/kms.xml b/src/main/assembly/kms.xml
index e26dd33..1d7116a 100755
--- a/src/main/assembly/kms.xml
+++ b/src/main/assembly/kms.xml
@@ -356,7 +356,7 @@
     <!-- version file -->
     <fileSet>
         <outputDirectory>/</outputDirectory>
-        <directory>${project.build.outputDirectory}</directory>
+        <directory>${project.build.directory}</directory>
         <includes>
             <include>version</include>
         </includes>