You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/05/02 19:24:04 UTC

[geode-site] branch asf-site updated: Update releases for v1.6.0

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8bebb83  Update releases for v1.6.0
8bebb83 is described below

commit 8bebb8330770537dde8caea1368af94dbb1393f1
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Wed May 2 12:23:31 2018 -0700

    Update releases for v1.6.0
---
 community/index.html |  5 +++--
 releases/index.html  | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 57 insertions(+), 3 deletions(-)

diff --git a/community/index.html b/community/index.html
index 79e3bf7..fd3873b 100644
--- a/community/index.html
+++ b/community/index.html
@@ -52,7 +52,7 @@
 </script>
 <!-- end google analytics -->
 
-
+    
     <script type="text/javascript"
       src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBYSxyIKS22zC4wSLFXZGR8QKXbGWLFwYw&sensor=false">
     </script>
@@ -221,7 +221,7 @@
             }
         };
     </script>
-
+    
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
     <!--[if lt IE 9]>
@@ -622,3 +622,4 @@ under the License. -->
 
 </body>
 </html>
+
diff --git a/releases/index.html b/releases/index.html
index acdfd8d..e5caf79 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -126,6 +126,59 @@ under the License. -->
       <!-- RELEASES -->
       <div class="container">
 
+        <!-- START OF 1.6.0-->
+        <h3>1.6.0</h3>
+        <!-- RELEASE NOTES -->
+        <strong><a target="_blank" href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes">Release Notes</a></strong>
+        <p/>
+
+        <!-- BINARY -->
+        <span> <strong>Binaries </strong>
+          [ <a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-1.6.0.zip">ZIP</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0.zip.sha256">SHA-256</a>,
+          <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0.zip.asc">PGP</a> ] -
+          [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-1.6.0.tgz">TGZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0.tgz.sha256">SHA-256</a>,
+          <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0.tgz.asc">PGP</a> ]
+        </span><br/>
+        <!-- SOURCE -->
+        <span> <strong>Source</strong>
+           [ <a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-1.6.0-src.zip">ZIP</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0-src.zip.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0-src.zip.asc">PGP</a>
+            ] -
+           [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-1.6.0-src.tgz">TGZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0-src.tgz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-1.6.0-src.tgz.asc">PGP</a>
+           ]
+         </span><br/>
+        <!-- Examples -->
+        <span> <strong>Examples</strong>
+           [ <a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-examples-1.6.0.zip">ZIP</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-examples-1.6.0.zip.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-examples-1.6.0.zip.asc">PGP</a>
+            ] -
+           [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.6.0/apache-geode-examples-1.6.0.tar.gz">TAR.GZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-examples-1.6.0.tar.gz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.6.0/apache-geode-examples-1.6.0.tar.gz.asc">PGP</a>
+           ]
+         </span><br/>
+
+        <!-- DEPENDENCY MANAGERS -->
+        <div class="container">
+          <strong>Gradle</strong>
+<pre class="prettyprint">
+dependencies {
+  compile 'org.apache.geode:geode-core:1.6.0'
+}
+</pre>
+          <strong>Maven</strong>
+<pre class="prettyprint">
+&lt;dependencies&gt;
+  &lt;dependency&gt;
+    &lt;groupId&gt;org.apache.geode&lt;/groupId&gt;
+    &lt;artifactId&gt;geode-core&lt;/artifactId&gt;
+    &lt;version&gt;1.6.0&lt;/version&gt;
+  &lt;/dependency&gt;
+&lt;/dependencies&gt;
+</pre>
+        </div>
+        <!-- END OF 1.6.0 -->
+
         <!-- START OF 1.5.0-->
         <h3>1.5.0</h3>
         <!-- RELEASE NOTES -->
@@ -231,7 +284,7 @@ under the License. -->
 </pre>
         </div>
         <!-- END OF 1.4.0 -->
-        
+
       </div>
       <p>If you need access to older releases they can be found in the <a target="_blank" href="https://archive.apache.org/dist/geode/">release archives</a>.</p>
       <!-- END OF RELEASE -->

-- 
To stop receiving notification emails like this one, please contact
abaker@apache.org.