This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch uc-112-beta in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit c607436f67996114fd880430a51233f7f9daa908 Author: Neil C Smith <[email protected]> AuthorDate: Thu Sep 19 12:54:31 2019 +0100 Update .htaccess UC redirects for 11.2 betas --- netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 1e76d31..22893d8 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -7,6 +7,8 @@ Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/ Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/ Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.1/ Redirect 302 /nb/plugins/11.1/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ +Redirect 302 /nb/updates/11.2/ http://netbeans-vm.apache.org/uc/11.1/ +Redirect 302 /nb/plugins/11.2/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ Redirect 302 /nb/updates/dev/ http://netbeans-vm.apache.org/uc/11.1/ Redirect 302 /nb/plugins/dev/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
