You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/04/06 20:37:41 UTC

[geode-site] branch master updated: Update releases page for v1.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a852853  Update releases page for v1.5
a852853 is described below

commit a852853956f8ea85fc293d55cd38c13281375c71
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Apr 6 13:37:35 2018 -0700

    Update releases page for v1.5
---
 website/content/releases/index.html | 53 +++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/website/content/releases/index.html b/website/content/releases/index.html
index 6123396..ff65490 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -35,6 +35,59 @@ under the License. -->
       <!-- RELEASES -->
       <div class="container">
 
+        <!-- START OF 1.5.0-->
+        <h3>1.5.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.5.0/apache-geode-1.5.0.zip">ZIP</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0.zip.sha256">SHA-256</a>,
+          <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0.zip.asc">PGP</a> ] -
+          [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.5.0/apache-geode-1.5.0.tgz">TGZ</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0.tgz.sha256">SHA-256</a>,
+          <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0.tgz.asc">PGP</a> ]
+        </span><br/>
+        <!-- SOURCE -->
+        <span> <strong>Source</strong>
+           [ <a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.5.0/apache-geode-1.5.0-src.zip">ZIP</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0-src.zip.sha256">SHA-256</a>,
+           <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0-src.zip.asc">PGP</a>
+            ] -
+           [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.5.0/apache-geode-1.5.0-src.tgz">TGZ</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.0-src.tgz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-1.5.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.5.0/apache-geode-examples-1.5.0.zip">ZIP</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-examples-1.5.0.zip.sha256">SHA-256</a>,
+           <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-examples-1.5.0.zip.asc">PGP</a>
+            ] -
+           [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.5.0/apache-geode-examples-1.5.0.tar.gz">TAR.GZ</a>, <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-examples-1.5.0.tar.gz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://dist.apache.org/repos/dist/release/geode/1.5.0/apache-geode-examples-1.5.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.5.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.5.0&lt;/version&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+</pre>
+        </div>
+        <!-- END OF 1.5.0 -->
+
         <!-- START OF 1.4.0-->
         <h3>1.4.0</h3>
         <!-- RELEASE NOTES -->

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