matthiasblaesing commented on pull request #473: URL: https://github.com/apache/netbeans-website/pull/473#issuecomment-636333987
Ok - with the updated PR this only deals with the plugin center for external plugins (aka plugin portal). The plugin portal is linked to via the urls: https://plugins.netbeans.apache.org/data/VERSION/catalog.xml These are just redirects to the implementation on the netbeans-vm. The mapping before this PR: | Version | Pluginportal | | -------- | ------------- | | 11.1 | PP2 (http://plugins.netbeans.org/) | | 11.2 | PP2 (http://plugins.netbeans.org/) | | 11.3 | PP2 (http://plugins.netbeans.org/) | | 12.0 | PP3 (https://plugins.netbeans.apache.org/) | | DEV | PP2 (http://plugins.netbeans.org/) | My surprise/concern is only DEV. My thinking was, that DEV should spearhead all changes and in this case 12.0 was switched to PP3 _before_ DEV. Now that we are preparing the release of 12.0 we see, that PP3 did not get enough testing as plugins currently can't be installed from portal. This PR just moves the matrix above to: | Version | Pluginportal | | -------- | ------------- | | 11.1 | PP2 (http://plugins.netbeans.org/) | | 11.2 | PP2 (http://plugins.netbeans.org/) | | 11.3 | PP2 (http://plugins.netbeans.org/) | | 12.0 | PP3 (https://plugins.netbeans.apache.org/) | | DEV | PP3 (https://plugins.netbeans.apache.org/) | For the fixes of PP3 this is not really needed, in fact we should wait with merging of this PR until the fixes from https://github.com/apache/netbeans-tools/pull/31 are put into production. I hope that clears this a bit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
