Skip to content

Commit

Permalink
Update Geode web page's index.html file to include 1.1.0
Browse files Browse the repository at this point in the history
binaries and source
  • Loading branch information
Karen Miller committed Feb 15, 2017
1 parent 5915405 commit d0cb322
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions geode-site/website/content/releases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,61 @@ <h2><span class="icon-releases"></span></h2>
</p>
<!-- RELEASES -->
<div class="container">
<!-- START OF 1.1 -->
<h3><span class="icon-flag-checkered"> 1.1.0</span></h3>
<!-- BINARY -->
<ul>
<span class="icon-cloud-download"> <strong>Binaries </strong>
[ <a href="http://apache.org/dyn/closer.cgi/geode/1.1.0/apache-geode-1.1.0.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-1.1.0.zip.sha256">SHA-256</a>,
<a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-1.1.0.zip.asc">PGP</a> ] -
[<a href="http://apache.org/dyn/closer.cgi/geode/1.1.0/apache-geode-1.1.0.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-1.1.0.tar.gz.sha256">SHA-256</a>,
<a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-1.1.0.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.0/apache-geode-src-1.1.0.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-src-1.1.0.zip.sha256">SHA-256</a>,
<a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-src-1.1.0.zip.asc">PGP</a>
] -
[<a href="http://apache.org/dyn/closer.cgi/geode/1.1.0/apache-geode-src-1.1.0.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-src-1.1.0.tar.gz.sha256">SHA-256</a>,
<a href="https://dist.apache.org/repos/dist/release/geode/1.1.0/apache-geode-src-1.1.0.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.0">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.0'
}</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.0&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</pre>
</li>
</ul>
</div>
<!-- END OF 1.1 -->
<!-- START OF 1.0 -->
<h3><span class="icon-flag-checkered"> 1.0.0-incubating</span></h3>
<!-- BINARY -->
Expand Down

0 comments on commit d0cb322

Please sign in to comment.