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 2017/10/31 00:21:30 UTC

[geode-site] branch master updated: Update for v1.3.0 release

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 85d9472  Update for v1.3.0 release
85d9472 is described below

commit 85d94728bd2436d5d8e3a2a57fd775355b1ef930
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon Oct 30 17:21:24 2017 -0700

    Update for v1.3.0 release
---
 website/content/releases/index.html | 57 +++++++++++++++++++++++++++++++++++--
 1 file changed, 55 insertions(+), 2 deletions(-)

diff --git a/website/content/releases/index.html b/website/content/releases/index.html
index 9430a0b..9852041 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -22,7 +22,7 @@ under the License. -->
     <div class="container">
     	<div class="row">
           <br />
-    	    	<h2>Releases</h2>
+    	    	<h2>Apache Geode Releases</h2>
     		<p>Releases of Geode are made available to the general public at no charge, under the <a href="http://apache.org/licenses/">Apache License</a>, in both binary and source distributions.  Binary downloads are provided for the convenience of our users and are not official Apache Geode releases.</p>
 		</div>
 	</div>
@@ -35,6 +35,59 @@ under the License. -->
       <!-- RELEASES -->
       <div class="container">
 
+        <!-- START OF 1.3.0-->
+        <h3>1.3.0</h3>
+        <!-- RELEASE NOTES -->
+        <strong><a href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes">Release Notes</a></strong>
+        <p/>
+
+        <!-- BINARY -->
+        <span class="icon-cloud-download"> <strong>Binaries </strong>
+          [ <a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0.zip.sha256">SHA-256</a>,
+          <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0.zip.asc">PGP</a> ] -
+          [<a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz">TGZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0.tgz.sha256">SHA-256</a>,
+          <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0.tgz.asc">PGP</a> ]
+        </span><br/>
+        <!-- SOURCE -->
+        <span class="icon-cloud-download"> <strong>Source</strong>
+           [ <a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0-src.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0-src.zip.sha256">SHA-256</a>,
+           <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0-src.zip.asc">PGP</a>
+            ] -
+           [<a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0-src.tgz">TGZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0-src.tgz.sha256">SHA-256</a>,
+           <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-1.3.0-src.tgz.asc">PGP</a>
+           ]
+         </span><br/>
+        <!-- Examples -->
+        <span class="icon-cloud-download"> <strong>Examples</strong>
+           [ <a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-examples-1.3.0.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-examples-1.3.0.zip.sha256">SHA-256</a>,
+           <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-examples-1.3.0.zip.asc">PGP</a>
+            ] -
+           [<a href="http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-examples-1.3.0.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-examples-1.3.0.tar.gz.sha256">SHA-256</a>,
+           <a href="https://dist.apache.org/repos/dist/release/geode/1.3.0/apache-geode-examples-1.3.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.3.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.3.0&lt;/version&gt;
+     &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+</pre>
+        </div>
+        <!-- END OF 1.3.0 -->
+
         <!-- START OF 1.2.1-->
         <h3><span class="icon-flag-checkered"> 1.2.1</span></h3>
         <!-- RELEASE NOTES -->
@@ -60,7 +113,7 @@ under the License. -->
         <!-- Examples -->
         <span class="icon-cloud-download"> <strong>Examples</strong>
            [ <a href="http://apache.org/dyn/closer.cgi/geode/1.2.1/apache-geode-examples-1.2.1.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.2.1/apache-geode-examples-1.2.1.zip.sha256">SHA-256</a>,
-           <a href="https://dist.apache.org/repos/dist/release/geode/1.2.1/geode-examples-1.2.1.zip.asc">PGP</a>
+           <a href="https://dist.apache.org/repos/dist/release/geode/1.2.1/apache-geode-examples-1.2.1.zip.asc">PGP</a>
             ] -
            [<a href="http://apache.org/dyn/closer.cgi/geode/1.2.1/apache-geode-examples-1.2.1.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.2.1/apache-geode-examples-1.2.1.tar.gz.sha256">SHA-256</a>,
            <a href="https://dist.apache.org/repos/dist/release/geode/1.2.1/apache-geode-examples-1.2.1.tar.gz.asc">PGP</a>

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].