[
https://issues.apache.org/jira/browse/HBASE-25724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314103#comment-17314103
]
Nick Dimiduk commented on HBASE-25724:
--------------------------------------
{{stable}} is just a unix filesystem symlink committed and reinterpreted by
svn. Updated it to 2.3.5 through the following commands on a checkout resident
on a macOS device.
{noformat}
$ svn up
Updating '.':
At revision 46860.
$ rm stable
$ ln -s 2.3.5 stable
$ ls -la stable
lrwxr-xr-x 1 ndimiduk staff 5 Apr 2 15:09 stable -> 2.3.5
$ svn st
M stable
$ svn commit -m "update HBase stable -> 2.3.5"
Sending stable
Transmitting file data .done
Committing transaction...
Committed revision 46861.
{noformat}
> update download area for 2.3.5 as new stable build
> --------------------------------------------------
>
> Key: HBASE-25724
> URL: https://issues.apache.org/jira/browse/HBASE-25724
> Project: HBase
> Issue Type: Sub-task
> Components: community
> Reporter: Sean Busbey
> Assignee: Nick Dimiduk
> Priority: Major
>
> * update the stable symlink to point to 2.3.5
> * Remove the 2.3.4 release from downloads.a.o
--
This message was sent by Atlassian Jira
(v8.3.4#803005)