changeset 43:4c00138dbca7

Update for 1.6.6 release
author Jie Kang <jkang@redhat.com>
date Tue, 17 Jan 2017 14:48:06 -0500
parents fb8dc2193ccf
children 2be05d9e2aa9
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	Wed Nov 02 10:51:26 2016 -0400
+++ b/content/downloads/content.html	Tue Jan 17 14:48:06 2017 -0500
@@ -6,7 +6,7 @@
     <div class="panel-body">
       <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	Wed Nov 02 10:51:26 2016 -0400
+++ b/content/getting-started/content.html	Tue Jan 17 14:48:06 2017 -0500
@@ -34,13 +34,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">