Open edwardotis opened 8 years ago
I understand this is more of an issue about SEO, the page https://grails.org/plugin/hibernate4 is pointing at the old plugin repository. The new one is at https://grails.org/plugins.html and the link to the up to date plugin page is https://grails.org/plugins.html#plugin/hibernate4
As of April 9, 2016, https://grails.org/plugin/hibernate4 Reports latest release as: Latest: 5.0.0.RC1
However, the actual repo is 6 releases beyond that. (including several more release candidates) http://repo.grails.org/grails/repo/org/grails/plugins/hibernate4/ 5.0.3.RELEASE
Furthermore, the page: https://grails.org/plugin/hibernate4, has top SEO in google, but it does not contain any links to any of the actual default repos where gradle pulls the plugins from.
So, is there a larger bug about grails.org not having a automated mechanism to keep synced with github and/or repo releases? I've been working in the python for a bit, and I'm used to https://pypi.python.org/pypi keeping in sync with the corresponding github releases.
Or does nobody actually use https://grails.org because it's so out of date? Should I just go straight to http://repo.grails.org/grails/repo/org/grails/plugins/ each time?
Thanks