This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git
The following commit(s) were added to refs/heads/main by this push:
new ef7a93e Adjust order values for Grails version feed
ef7a93e is described below
commit ef7a93ec9b5a080d4b9f54f64ddd6af7feadcb1e
Author: James Fredley <[email protected]>
AuthorDate: Sun Oct 19 16:39:26 2025 -0400
Adjust order values for Grails version feed
Updated the order values for Grails versions in the JSON feed.
---
app/launch/public/grails-version-feed.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/launch/public/grails-version-feed.json
b/app/launch/public/grails-version-feed.json
index 6abc9d6..294236c 100755
--- a/app/launch/public/grails-version-feed.json
+++ b/app/launch/public/grails-version-feed.json
@@ -3,17 +3,17 @@
{
"key": "RELEASE",
"baseUrl": "https://latest.grails.org",
- "order": 1
+ "order": 0
},
{
"key": "NEXT",
"baseUrl": "https://next.grails.org",
- "order": 0
+ "order": 2
},
{
"key": "SNAPSHOT",
"baseUrl": "https://snapshot.grails.org",
- "order": 2
+ "order": 1
},
{
"key": "PREV",