You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/07/10 11:04:11 UTC

[qpid-site] branch asf-site updated: tweak 'qpid-java' metadata to stop 6.1.7 being considered a current release, allow clearing it from the mirrors without breaking release page

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

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0526208  tweak 'qpid-java' metadata to stop 6.1.7 being considered a current release, allow clearing it from the mirrors without breaking release page
0526208 is described below

commit 0526208a182b0878201a3e3a3cc49ebd78d59772
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Jul 10 12:02:29 2019 +0100

    tweak 'qpid-java' metadata to stop 6.1.7 being considered a current release, allow clearing it from the mirrors without breaking release page
---
 content/releases/qpid-java-6.0.5/index.html | 2 +-
 content/releases/qpid-java-6.0.6/index.html | 2 +-
 content/releases/qpid-java-6.0.7/index.html | 2 +-
 content/releases/qpid-java-6.0.8/index.html | 2 +-
 content/releases/qpid-java-6.1.0/index.html | 2 +-
 content/releases/qpid-java-6.1.1/index.html | 2 +-
 content/releases/qpid-java-6.1.2/index.html | 2 +-
 content/releases/qpid-java-6.1.3/index.html | 2 +-
 content/releases/qpid-java-6.1.4/index.html | 2 +-
 content/releases/qpid-java-6.1.5/index.html | 2 +-
 content/releases/qpid-java-6.1.6/index.html | 2 +-
 content/releases/qpid-java-6.1.7/index.html | 2 +-
 input/_transom_config.py                    | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/content/releases/qpid-java-6.0.5/index.html b/content/releases/qpid-java-6.0.5/index.html
index 347f800..e834999 100644
--- a/content/releases/qpid-java-6.0.5/index.html
+++ b/content/releases/qpid-java-6.0.5/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.0.5" === "6.1.7") {
+      if ("6.0.5" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.0.6/index.html b/content/releases/qpid-java-6.0.6/index.html
index 223aaa1..5a5f441 100644
--- a/content/releases/qpid-java-6.0.6/index.html
+++ b/content/releases/qpid-java-6.0.6/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.0.6" === "6.1.7") {
+      if ("6.0.6" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.0.7/index.html b/content/releases/qpid-java-6.0.7/index.html
index 6851187..29de09a 100644
--- a/content/releases/qpid-java-6.0.7/index.html
+++ b/content/releases/qpid-java-6.0.7/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.0.7" === "6.1.7") {
+      if ("6.0.7" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.0.8/index.html b/content/releases/qpid-java-6.0.8/index.html
index 459e17b..c34e4f3 100644
--- a/content/releases/qpid-java-6.0.8/index.html
+++ b/content/releases/qpid-java-6.0.8/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.0.8" === "6.1.7") {
+      if ("6.0.8" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.0/index.html b/content/releases/qpid-java-6.1.0/index.html
index 3da0591..4baa7b5 100644
--- a/content/releases/qpid-java-6.1.0/index.html
+++ b/content/releases/qpid-java-6.1.0/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.0" === "6.1.7") {
+      if ("6.1.0" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.1/index.html b/content/releases/qpid-java-6.1.1/index.html
index afad678..1158841 100644
--- a/content/releases/qpid-java-6.1.1/index.html
+++ b/content/releases/qpid-java-6.1.1/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.1" === "6.1.7") {
+      if ("6.1.1" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.2/index.html b/content/releases/qpid-java-6.1.2/index.html
index 8583483..48ccf87 100644
--- a/content/releases/qpid-java-6.1.2/index.html
+++ b/content/releases/qpid-java-6.1.2/index.html
@@ -223,7 +223,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.2" === "6.1.7") {
+      if ("6.1.2" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.3/index.html b/content/releases/qpid-java-6.1.3/index.html
index b1db595..134d69f 100644
--- a/content/releases/qpid-java-6.1.3/index.html
+++ b/content/releases/qpid-java-6.1.3/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.3" === "6.1.7") {
+      if ("6.1.3" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.4/index.html b/content/releases/qpid-java-6.1.4/index.html
index 889ce49..9422602 100644
--- a/content/releases/qpid-java-6.1.4/index.html
+++ b/content/releases/qpid-java-6.1.4/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.4" === "6.1.7") {
+      if ("6.1.4" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.5/index.html b/content/releases/qpid-java-6.1.5/index.html
index 984af5a..59ebe0b 100644
--- a/content/releases/qpid-java-6.1.5/index.html
+++ b/content/releases/qpid-java-6.1.5/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.5" === "6.1.7") {
+      if ("6.1.5" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.6/index.html b/content/releases/qpid-java-6.1.6/index.html
index 508655b..61f685e 100644
--- a/content/releases/qpid-java-6.1.6/index.html
+++ b/content/releases/qpid-java-6.1.6/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.6" === "6.1.7") {
+      if ("6.1.6" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/content/releases/qpid-java-6.1.7/index.html b/content/releases/qpid-java-6.1.7/index.html
index 8ed2748..b53093b 100644
--- a/content/releases/qpid-java-6.1.7/index.html
+++ b/content/releases/qpid-java-6.1.7/index.html
@@ -224,7 +224,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("6.1.7" === "6.1.7") {
+      if ("6.1.7" === "none") {
           _modifyCurrentReleaseLinks();
       }
   });
diff --git a/input/_transom_config.py b/input/_transom_config.py
index 2439c7f..d11eca9 100644
--- a/input/_transom_config.py
+++ b/input/_transom_config.py
@@ -27,12 +27,12 @@ other_broker_j_release = "7.0.8"
 cpp_release = _Release(site_url, "Qpid C++", "qpid-cpp", "1.39.0")
 dispatch_release = _Release(site_url, "Qpid Dispatch", "qpid-dispatch", "1.8.0")
 interop_test_release = _Release(site_url, "Qpid Interop Test", "qpid-interop-test", "0.2.0")
-java_release = _Release(site_url, "Qpid for Java", "qpid-java", "6.1.7")
 jms_release = _Release(site_url, "Qpid JMS", "qpid-jms", "0.44.0")
 jms_amqp_0_x_release = _Release(site_url, "Qpid JMS for AMQP 0-x", "qpid-jms-amqp-0-x", "6.3.4")
 proton_release = _Release(site_url, "Qpid Proton", "qpid-proton", "0.28.0")
 proton_j_release = _Release(site_url, "Qpid Proton-J", "qpid-proton-j", "0.33.1")
 python_release = _Release(site_url, "Qpid Python", "qpid-python", "1.37.0")
+java_release = _Release(site_url, "Qpid for Java", "qpid-java", "none")
 
 current_broker_j_release = broker_j_release.number
 current_broker_j_release_url = broker_j_release.url


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