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 c53e538  Update grails-version-feed.json sorting
c53e538 is described below

commit c53e5380c9f34b5d60ba6ebfa7753b2cb05b4627
Author: James Fredley <[email protected]>
AuthorDate: Tue Jun 10 22:28:34 2025 -0400

    Update grails-version-feed.json sorting
---
 app/launch/public/grails-version-feed.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app/launch/public/grails-version-feed.json 
b/app/launch/public/grails-version-feed.json
index fbac53c..294236c 100755
--- a/app/launch/public/grails-version-feed.json
+++ b/app/launch/public/grails-version-feed.json
@@ -5,16 +5,16 @@
             "baseUrl": "https://latest.grails.org";,
             "order": 0
         },
-        {
-            "key": "SNAPSHOT",
-            "baseUrl": "https://snapshot.grails.org";,
-            "order": 1                    
-        },
         {
             "key": "NEXT",
             "baseUrl": "https://next.grails.org";,
             "order": 2
         },
+        {
+            "key": "SNAPSHOT",
+            "baseUrl": "https://snapshot.grails.org";,
+            "order": 1                    
+        },
         {
             "key": "PREV",
             "baseUrl": "https://prev.grails.org";,

Reply via email to