changeset 68:e218ce101a04

Update for 1.6.6 release. Merge from thermostat-website repository. Revision: 4c00138dbca7 http://icedtea.classpath.org/hg/thermostat-website/rev/4c00138dbca7
author Jie Kang <jkang@redhat.com>
date Fri, 03 Feb 2017 09:58:36 -0500
parents b6b5884dccbe
children 75cc9213bf76
files content/downloads/content.html content/getting-started/content.html
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/content/downloads/content.html	Fri Feb 03 09:54:54 2017 -0500
+++ b/content/downloads/content.html	Fri Feb 03 09:58:36 2017 -0500
@@ -8,7 +8,7 @@
       <div class="row">
         <div class="col-md-4">
           <h3>Latest Stable Release</h3>
-          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.4.tar.gz" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-1.6.4</a>
+          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.6.tar.gz" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-1.6.6</a>
         </div>
         <div class="col-md-4">
           <h3>Unstable Development Release</h3>
--- a/content/getting-started/content.html	Fri Feb 03 09:54:54 2017 -0500
+++ b/content/getting-started/content.html	Fri Feb 03 09:58:36 2017 -0500
@@ -35,13 +35,13 @@
           <div class="col-md-4">
             <h4> Get the latest <a href="../downloads">Download</a>.</h4>
             <p><code>
-                $ tar xvf thermostat-1.6.4.tar.gz
+                $ tar xvf thermostat-1.6.6.tar.gz
               </code></p>
             <p><code>
-                $ cd thermostat-1.6.4 && mvn clean integration-test
+                $ cd thermostat-1.6.6 && mvn clean integration-test
               </code></p>
             <p><code>
-                $ export PATH=$PATH:path/to/thermostat-1.6.4/distribution/target/image/bin
+                $ export PATH=$PATH:path/to/thermostat-1.6.6/distribution/target/image/bin
               </code></p>
           </div>
           <div class="col-md-4">