(netbeans-antora) branch main updated: Update .htaccess for 22-rc1

2024-04-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
 new a9ffa1c   Update .htaccess for 22-rc1
a9ffa1c is described below

commit a9ffa1ca5f1a01239da53233d1a9d0f03bed06c3
Author: Eric Barboni 
AuthorDate: Fri Apr 19 14:05:01 2024 +0200

 Update .htaccess for 22-rc1
---
 supplemental-ui/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 5a40da3..9d5f11e 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -56,6 +56,8 @@ Redirect 302 /nb/updates/20/ 
https://netbeans-vm1.apache.org/uc/20/
 Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/
 Redirect 302 /nb/updates/21/ https://netbeans-vm1.apache.org/uc/21/
 Redirect 302 /nb/plugins/21/ https://plugins.netbeans.apache.org/data/21/
+Redirect 302 /nb/updates/22/ https://netbeans-vm1.apache.org/uc/22/
+Redirect 302 /nb/plugins/22/ https://plugins.netbeans.apache.org/data/21/
 Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/
 Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/21/
 Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue/


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-antora) branch main updated: Update .htaccess plugins redirect for NB 21-rc3

2024-02-09 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
 new e653da5  Update .htaccess plugins redirect for NB 21-rc3
e653da5 is described below

commit e653da5c6de6fdf8ceec2629880812435b085a43
Author: Neil C Smith 
AuthorDate: Fri Feb 9 09:56:59 2024 +

Update .htaccess plugins redirect for NB 21-rc3
---
 supplemental-ui/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index ab8f4ba..dac4f11 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -48,9 +48,9 @@ Redirect 302 /nb/plugins/19/ 
https://plugins.netbeans.apache.org/data/19/
 Redirect 302 /nb/updates/20/ https://netbeans-vm1.apache.org/uc/20/
 Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/
 Redirect 302 /nb/updates/21/ https://netbeans-vm1.apache.org/uc/21/
-Redirect 302 /nb/plugins/21/ https://plugins.netbeans.apache.org/data/20/
+Redirect 302 /nb/plugins/21/ https://plugins.netbeans.apache.org/data/21/
 Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/
-Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/20/
+Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/21/
 Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue/
 Redirect 302 /nb/report-issue 
https://netbeans.apache.org/front/main/participate/report-issue/
 


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-antora) branch main updated: Update .htaccess

2024-01-24 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
 new 94ea3fb  Update .htaccess
94ea3fb is described below

commit 94ea3fb39e9a8ecd848fe4b5b830775c2e2af1e1
Author: Eric Barboni 
AuthorDate: Wed Jan 24 11:02:05 2024 +0100

Update .htaccess
---
 supplemental-ui/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 4df4c39..6101c75 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -58,8 +58,8 @@ Redirect 302 /nb/report-issue 
https://netbeans.apache.org/front/main/participate
 Redirect 302 /nbbuild/netbeansrelease.json 
https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/HEAD/meta/netbeansrelease.json
 
 # favicon for apidoc
-# Redirect 301 ^/favicon-32x32.png /_/images/fav/favicon-32x32.png
-# Redirect 301 ^/favicon-16x16.png /_/images/fav/favicon-16x16.png
+Redirect 301 ^/favicon-32x32.png /_/images/fav/favicon-32x32.png
+Redirect 301 ^/favicon-16x16.png /_/images/fav/favicon-16x16.png
 
 #cgi mirror script not needed
 #Redirect 301 /download/maven/index.html /download/maven/index.cgi


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-antora) branch main updated: Update .htaccess for 21-rc1

2024-01-12 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
 new 0b4db0b  Update .htaccess for 21-rc1
0b4db0b is described below

commit 0b4db0b2792126b64bfc1fefe7b713ed7b0d07ef
Author: Neil C Smith 
AuthorDate: Fri Jan 12 16:13:07 2024 +

Update .htaccess for 21-rc1
---
 supplemental-ui/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 501ba65..c59233e 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -47,6 +47,8 @@ Redirect 302 /nb/updates/19/ 
https://netbeans-vm1.apache.org/uc/19/
 Redirect 302 /nb/plugins/19/ https://plugins.netbeans.apache.org/data/19/
 Redirect 302 /nb/updates/20/ https://netbeans-vm1.apache.org/uc/20/
 Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/
+Redirect 302 /nb/updates/21/ https://netbeans-vm1.apache.org/uc/21/
+Redirect 302 /nb/plugins/21/ https://plugins.netbeans.apache.org/data/20/
 Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/
 Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/20/
 Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue/


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-antora] branch main updated: Update .htaccess for NB20-rc1

2023-10-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
 new 7582e3d  Update .htaccess for NB20-rc1
7582e3d is described below

commit 7582e3dcba608ea100ddd23fe206ad3341735bf9
Author: Eric Barboni 
AuthorDate: Thu Oct 19 18:43:25 2023 +0200

Update .htaccess for NB20-rc1

@neilcsmith-net  just in case we switch for publication
---
 supplemental-ui/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 7cc7415..1e82066 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -45,6 +45,8 @@ Redirect 302 /nb/updates/18/ 
https://netbeans-vm1.apache.org/uc/18/
 Redirect 302 /nb/plugins/18/ https://plugins.netbeans.apache.org/data/18/
 Redirect 302 /nb/updates/19/ https://netbeans-vm1.apache.org/uc/19/
 Redirect 302 /nb/plugins/19/ https://plugins.netbeans.apache.org/data/19/
+Redirect 302 /nb/updates/20/ https://netbeans-vm1.apache.org/uc/20/
+Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/19/
 Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/
 Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/19/
 Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue.html


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists