You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/05/18 23:53:30 UTC

[netbeans-jenkins-lib] branch master updated: order release by hand

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a2c5d8  order release by hand
2a2c5d8 is described below

commit 2a2c5d82a3bb96a038f73ece546f87042836da17
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sun May 19 01:53:19 2019 +0200

    order release by hand
---
 meta/netbeansrelease.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 6cb9960..9b3327b 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -1,5 +1,6 @@
 {
     "release90": {
+        "position": "1",
         "ant": "Ant (latest)",
         "jdk": "JDK 1.8 (latest)",
         "maven": "Maven 3.3.9",
@@ -14,6 +15,7 @@
         }
     },
     "release100": {
+        "position": "2",
         "ant": "Ant (latest)",
         "jdk": "JDK 1.8 (latest)",
         "maven": "Maven 3.3.9",
@@ -28,6 +30,7 @@
         }
     },
     "release110": {
+        "position" : "3",
         "ant": "Ant (latest)",
         "jdk": "JDK 1.8 (latest)",
         "maven": "Maven 3.3.9",
@@ -42,6 +45,7 @@
         }
     },
     "master": {
+        "position" : "4",
         "ant": "Ant (latest)",
         "jdk": "JDK 1.8 (latest)",
         "maven": "Maven 3.3.9",


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

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