Repository: incubator-geode Updated Branches: refs/heads/asf-site e3599841c -> 2447a39f5
Adding 1.0.0-incubating to the releases page. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2447a39f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2447a39f Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2447a39f Branch: refs/heads/asf-site Commit: 2447a39f56f65e091635ede34a5b9a931fa100f8 Parents: e359984 Author: Swapnil Bawaskar <[email protected]> Authored: Tue Oct 25 14:42:55 2016 -0700 Committer: Swapnil Bawaskar <[email protected]> Committed: Tue Oct 25 14:42:55 2016 -0700 ---------------------------------------------------------------------- releases/index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2447a39f/releases/index.html ---------------------------------------------------------------------- diff --git a/releases/index.html b/releases/index.html index 970aefc..ad18b09 100644 --- a/releases/index.html +++ b/releases/index.html @@ -133,6 +133,57 @@ under the License. --> </p> <!-- RELEASES --> <div class="container"> + <!-- START OF 1.0 --> + <h3><span class="icon-flag-checkered"> 1.0.0-incubating</span></h3> + <!-- BINARY --> + <ul> + <span class="icon-cloud-download"> <strong>Binaries </strong> + [ <a href="http://apache.org/dyn/closer.cgi/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.zip.sha256">SHA-256</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.zip.asc">PGP</a> ] - + [<a href="http://apache.org/dyn/closer.cgi/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.tar.gz.sha256">SHA-256</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-1.0.0-incubating.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/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.zip">ZIP</a>, <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.zip.sha256">SHA-256</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.zip.asc">PGP</a> + ] - + [<a href="http://apache.org/dyn/closer.cgi/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.tar.gz">TAR.GZ</a>, <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.tar.gz.sha256">SHA-256</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/geode/1.0.0-incubating/apache-geode-src-1.0.0-incubating.tar.gz.asc">PGP</a> + ] + </span> + </li> + </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.0.0-incubating' + }</pre> + <!-- ><script src="https://gist.github.com/markito/b7796cafef4bd273bd07.js"></script>--> + </li> + <li> <strong>Maven</strong> + <pre class="prettyprint"> + <dependencies> + <dependency> + <groupId>org.apache.geode</groupId> + <artifactId>geode-core</artifactId> + <version>1.0.0-incubating</version> + </dependency> + </dependencies></pre> + </li> + </ul> + </div> + <!-- END OF 1.0 --> + <!-- START OF M3 --> <h3><span class="icon-flag-checkered"> 1.0.0-incubating.M3</span></h3> <!-- BINARY -->
