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 2017/04/01 14:27:33 UTC

[18/35] geode-site git commit: Add 1.1.1 release

Add 1.1.1 release


Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/9f0c267c
Tree: http://git-wip-us.apache.org/repos/asf/geode-site/tree/9f0c267c
Diff: http://git-wip-us.apache.org/repos/asf/geode-site/diff/9f0c267c

Branch: refs/heads/asf-site
Commit: 9f0c267cd1daadb25a3cc42192a35aa768e15e92
Parents: 22549c9
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Mar 31 16:18:34 2017 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Fri Mar 31 16:18:34 2017 -0700

----------------------------------------------------------------------
 releases/index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-site/blob/9f0c267c/releases/index.html
----------------------------------------------------------------------
diff --git a/releases/index.html b/releases/index.html
index 175157a..7468bdf 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -130,6 +130,61 @@ under the License. -->
 				  </p>
       <!-- RELEASES -->
       <div class="container">
+        <!-- START OF 1.1.1 -->
+        <h3><span class="icon-flag-checkered"> 1.1.1</span></h3>
+        <!-- BINARY -->
+        <ul>
+            <span class="icon-cloud-download"> <strong>Binaries </strong>
+              [ <a href="http://apache.org/dyn/closer.cgi/geode/1.1.1/apache-geode-1.1.1.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-1.1.1.zip.sha256">SHA-256</a>,
+              <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-1.1.1.zip.asc">PGP</a> ] -
+              [<a href="http://apache.org/dyn/closer.cgi/geode/1.1.1/apache-geode-1.1.1.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-1.1.1.tar.gz.sha256">SHA-256</a>,
+              <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-1.1.1.tar.gz.asc">PGP</a> ]
+              </span>
+
+              <blockquote>Binary downloads are provided for the convenience of our users and are not official Apache Geode releases. </blockquote>
+            </li>
+        </ul>
+        <!-- SOURCE -->
+        <ul>
+            <span class="icon-cloud-download"> <strong>Source</strong>
+               [ <a href="http://apache.org/dyn/closer.cgi/geode/1.1.1/apache-geode-src-1.1.1.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-src-1.1.1.zip.sha256">SHA-256</a>,
+               <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-src-1.1.1.zip.asc">PGP</a>
+                ] -
+               [<a href="http://apache.org/dyn/closer.cgi/geode/1.1.1/apache-geode-src-1.1.1.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-src-1.1.1.tar.gz.sha256">SHA-256</a>,
+               <a href="https://dist.apache.org/repos/dist/release/geode/1.1.1/apache-geode-src-1.1.1.tar.gz.asc">PGP</a>
+               ]
+             </span>
+            </li>
+        </ul>
+
+        <!-- RELEASE NOTES -->
+        <ul>
+            <strong><a href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.1.1">Release Notes</a></strong>
+        </ul>
+
+        <!-- DEPENDENCY MANAGERS -->
+        <div class="container">
+          <h4><span class="icon-archive"> Dependency Managers</span></h4>
+          <ul>
+              <li> <strong>Gradle</strong>
+                <pre class="prettyprint">
+  dependencies {
+      compile 'org.apache.geode:geode-core:1.1.1'
+  }</pre>
+              </li>
+              <li> <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.1.1&lt;/version&gt;
+     &lt;/dependency&gt;
+  &lt;/dependencies&gt;</pre>
+              </li>
+          </ul>
+        </div>
+        <!-- END OF 1.1.1 -->
         <!-- START OF 1.1 -->
         <h3><span class="icon-flag-checkered"> 1.1.0</span></h3>
         <!-- BINARY -->