Repository: incubator-ranger
Updated Branches:
  refs/heads/tag-policy 673b6d551 -> 7b4c6223b


RANGER-564: added incubating as part of the release filename


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

Branch: refs/heads/tag-policy
Commit: c3b7cf9ae172a5c89598119691e197261e87f903
Parents: ec701f2
Author: sneethiraj <[email protected]>
Authored: Mon Jun 22 18:29:39 2015 -0700
Committer: sneethiraj <[email protected]>
Committed: Mon Jun 22 18:56:34 2015 -0700

----------------------------------------------------------------------
 release-build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c3b7cf9a/release-build.xml
----------------------------------------------------------------------
diff --git a/release-build.xml b/release-build.xml
index 5b3db7e..b968d85 100644
--- a/release-build.xml
+++ b/release-build.xml
@@ -21,7 +21,8 @@
     </description>
        
     <property name="release-dir"  value="target" />
-       <property name="release-name" value="ranger-${ranger-release-version}" 
/>
+    <property name="incubationstr" value="-incubating" />
+       <property name="release-name" 
value="apache-ranger${incubationstr}-${ranger-release-version}" />
 
        <property name="build-release-tar-file" value="${release-name}.tar.gz" 
/>
 

Reply via email to