Author: djkevincr
Date: Fri Aug 16 10:46:43 2019
New Revision: 1865287

URL: http://svn.apache.org/viewvc?rev=1865287&view=rev
Log:
Add 0.9 release artifacts to site

Modified:
    gora/site/trunk/content/credits.md
    gora/site/trunk/content/current/doap_Gora.rdf
    gora/site/trunk/content/downloads.md
    gora/site/trunk/content/index.md

Modified: gora/site/trunk/content/credits.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/credits.md?rev=1865287&r1=1865286&r2=1865287&view=diff
==============================================================================
--- gora/site/trunk/content/credits.md (original)
+++ gora/site/trunk/content/credits.md Fri Aug 16 10:46:43 2019
@@ -14,8 +14,8 @@ Gora active committers include (ordered
 * [Furkan KAMACI](https://tr.linkedin.com/in/furkankamaci) (kamaci) - 
Alcatel-Lucent **CP**
 * Kazuomi Kashii (kaz) - Healthline Networks **CP**
 * Keith Turner (kturner) - [Peterson Technologies](http://www.ptech-llc.com/) 
**CP**
-* [Kevin Ratnasekera](http://www.linkedin.com/in/djkevincr) (djkevincr) - 
[WSO2](http://wso2.com) **CP**
-* [Lewis John McGibbney](http://uk.linkedin.com/in/lmcgibbney) (lewismc) - 
[NASA JPL](http://jpl.nasa.gov) **CPVP**
+* [Kevin Ratnasekera](http://www.linkedin.com/in/djkevincr) (djkevincr) - 
Independent **CPVP**
+* [Lewis John McGibbney](http://uk.linkedin.com/in/lmcgibbney) (lewismc) - 
[NASA JPL](http://jpl.nasa.gov) **CP**
 * [Chris A. Mattmann](http://sunset.usc.edu/~mattmann/) (mattmann) - NASA JPL 
**CPCH**
 * Roland von Herget (rherget) - ? **CP**
 * Renato Marroquin (rmarroquin) - Universidad Catolica San Pablo **CP**
@@ -25,7 +25,7 @@ Gora active committers include (ordered
 * [Apostolos Giannakidis](http://uk.linkedin.com/in/giannakidisapostolos) 
(apgiannakidis) - Oracle **CP**
 * [Damien Raude-Morvan](https://www.linkedin.com/in/damienraudemorvan) 
(drazzib) - [Dictanova](http://www.dictanova.com) **CP**
 * [Pierre Sutra](https://sites.google.com/site/0track/) (otrack) - [Telecom 
SudParis](http://www.telecom-sudparis.eu/) **CP**
-* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
[WSO2](http://wso2.com) **CP**
+* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 * [Talat Uyarer](https://tr.linkedin.com/in/talatuyarer) (talat) - **CP**
 
 Gora members can be contacted by appending @apache.org to their usernames. 

Modified: gora/site/trunk/content/current/doap_Gora.rdf
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/doap_Gora.rdf?rev=1865287&r1=1865286&r2=1865287&view=diff
==============================================================================
--- gora/site/trunk/content/current/doap_Gora.rdf (original)
+++ gora/site/trunk/content/current/doap_Gora.rdf Fri Aug 16 10:46:43 2019
@@ -31,7 +31,7 @@
          persistence for big data. Gora supports persisting to column stores, 
key value stores, 
          document stores, distributed in-memory key/value stores, in-memory 
data grids, in-memory caches,
         distributed multi-model stores, and hybrid in-memory 
architectures.</shortdesc>
-    <description>Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop support.</description>
+    <description>Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop MapReduce, Apache 
Spark, Apache Flink and Apache Pig support.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/GORA"; />
     <mailing-list rdf:resource="http://gora.apache.org/mailing_lists.html"; />
     <download-page rdf:resource="http://gora.apache.org/releases.html"; />
@@ -39,6 +39,13 @@
     <category rdf:resource="http://projects.apache.org/category/nosql"; />
     <release>
       <Version>
+        <name>0.9 release</name>
+        <created>2019-08-15</created>
+        <revision>0.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>0.8 release</name>
         <created>2017-09-20</created>
         <revision>0.8</revision>

Modified: gora/site/trunk/content/downloads.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/downloads.md?rev=1865287&r1=1865286&r2=1865287&view=diff
==============================================================================
--- gora/site/trunk/content/downloads.md (original)
+++ gora/site/trunk/content/downloads.md Fri Aug 16 10:46:43 2019
@@ -10,7 +10,7 @@ Download the newest release of Apache Go
 as source code and NOT binary. This is because you will most likely want to 
recompile 
 various aspects of the codebase during or as a prerequisite to using Gora in 
your stack.
 
-See the 
[CHANGES](https://github.com/apache/gora/blob/master/CHANGES.md#apache-gora-08-release---150917-ddmmyyyy)
+See the 
[CHANGES](https://github.com/apache/gora/blob/apache-gora-0.9/CHANGES.md#apache-gora-09-release---120819-ddmmyyyy)
 file for more information on the list of updates in this release.
 
 Gora is always distributed under the [Apache License, version 
2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
@@ -25,8 +25,8 @@ line via your operating system package m
 
 ##Downloads
 
-<a 
href="http://www.apache.org/dyn/closer.lua/gora/0.8/apache-gora-0.8-src.tar.gz"; 
class="btn btn-primary btn-large">Download (0.8 src.tar.gz)</a>
-<a 
href="http://www.apache.org/dyn/closer.lua/gora/0.8/apache-gora-0.8-src.zip"; 
class="btn btn-primary btn-large">Download (0.8 src.zip)</a>
+<a 
href="http://www.apache.org/dyn/closer.lua/gora/0.9/apache-gora-0.9-src.tar.gz"; 
class="btn btn-primary btn-large">Download (0.9 src.tar.gz)</a>
+<a 
href="http://www.apache.org/dyn/closer.lua/gora/0.9/apache-gora-0.9-src.zip"; 
class="btn btn-primary btn-large">Download (0.9 src.zip)</a>
 
 ##Mirrors
 
@@ -39,37 +39,37 @@ The checksum and signature are links to
   <tr>
     <th align="left">Version</th> 
     <th align="left">Mirrors</th> 
-    <th align="left">MD5 Checksum</th> 
-    <th align="left">Signature</th> 
-<!--    <th align="left">SHA Checksum</th> -->
+    <!--   <th align="left">MD5 Checksum</th> -->
+    <th align="left">ASCII Signature</th> 
+    <th align="left">SHA512 Checksum</th> 
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td>Apache Gora 0.8 (tar.gz)</td>
-    <td><a 
href="http://www.apache.org/dyn/closer.cgi/gora/0.8/apache-gora-0.8-src.tar.gz";>apache-gora-0.8-src.tar.gz</a></td>
 
-    <td><a 
href="http://www.apache.org/dist/gora/0.8/apache-gora-0.8-src.tar.gz.md5";>apache-gora-0.8-src.tar.gz.md5</a>
 </td> 
-    <td><a 
href="http://www.apache.org/dist/gora/0.8/apache-gora-0.8-src.tar.gz.asc";>apache-gora-0.8-src.tar.gz.asc</a>
 </td> 
-<!--    <td><a 
href="http://www.apache.org/dist/gora/0.8/gora-0.8-src.tar.gz.sha";>apache-gora-0.8-src.tar.gz.sha</a>
 </td> -->
+    <td>Apache Gora 0.9 (tar.gz)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.cgi/gora/0.9/apache-gora-0.9-src.tar.gz";>apache-gora-0.9-src.tar.gz</a></td>
 
+    <!-- <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.tar.gz.md5";>apache-gora-0.9-src.tar.gz.md5</a>
 </td>  -->
+    <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.tar.gz.asc";>apache-gora-0.9-src.tar.gz.asc</a>
 </td> 
+    <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.tar.gz.sha512";>apache-gora-0.9-src.tar.gz.sha512</a>
 </td>
   </tr>
   <tr>
-    <td>Apache Gora 0.8 (zip)</td>
-    <td><a 
href="http://www.apache.org/dyn/closer.cgi/gora/0.8/apache-gora-0.8-src.zip";>apache-gora-0.8-src.zip</a></td>
-    <td><a 
href="http://www.apache.org/dist/gora/0.8/apache-gora-0.8-src.zip.md5";>apache-gora-0.8-src.zip.md5</a></td>
-    <td><a 
href="http://www.apache.org/dist/gora/0.8/apache-gora-0.8-src.zip.asc";>apache-gora-0.8-src.zip.asc</a></td>
-<!--    <td><a 
href="http://www.apache.org/dist/gora/0.8/apache-gora-0.8-src.zip.sha";>apache-gora-0.8-src.zip.sha</a></td>
 -->
+    <td>Apache Gora 0.9 (zip)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.cgi/gora/0.9/apache-gora-0.9-src.zip";>apache-gora-0.9-src.zip</a></td>
+    <!-- <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.zip.md5";>apache-gora-0.9-src.zip.md5</a></td>
 -->
+    <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.zip.asc";>apache-gora-0.9-src.zip.asc</a></td>
+    <td><a 
href="http://www.apache.org/dist/gora/0.9/apache-gora-0.9-src.zip.sha512";>apache-gora-0.9-src.zip.sha512</a></td>
   </tr>
   </tbody>
 </table>
 
 ##Verify Releases
-It is essential that you verify the integrity of the downloaded files using 
the PGP, MD5 and/or SHA signatures. 
+It is essential that you verify the integrity of the downloaded files using 
the PGP and SHA512 signatures. 
 published with every Gora release.
 
 Please read [Verifying Apache HTTP Server 
Releases](http://httpd.apache.org/dev/verification.html) 
 for more information on why you should verify our releases.
 
-We strongly recommend you verify your downloads with at least both PGP and 
MD5. Guidance
+We strongly recommend you verify your downloads with at least both PGP 
Signature and SHA512 Checksum. Guidance
 for doing so is provided below.
 
 ##PGP Signature
@@ -84,19 +84,15 @@ mirror. Then verify the signatures using
     $ gpg --import KEYS
     $ gpg --verify gora-X.Y.Z-src.tar.gz.asc
     
-The files in the most recent release are signed by Lewis John McGibbney (CODE 
SIGNING KEY) <lewi...@apache.org> 48BAEBF6
+The files in the most recent release are signed by Kevin Ratnasekera (CODE 
SIGNING KEY) <djkevi...@apache.org> A3E66AC7
     
-##MD5 Signature
-Alternatively, you can verify the MD5 signature on the files. 
-A unix program called md5 or md5sum is included in many unix distributions.
+##SHA512 Checksum
+Alternatively, you can verify the SHA512 checksum on the files. 
+A unix program called sha512sum is included in many unix distributions.
 
-    $ md5sum apache-gora-X.Y.Z-src.tar.gz
+    $ sha512sum apache-gora-X.Y.Z-src.tar.gz
 
-or if you are on Mac OSX you can do
-
-    $ md5 apache-gora-X.Y.Z-src.tar.gz
-    
-... output should match the string in apache-gora-X.Y.Z.tar.gz.md5
+output should match the string in apache-gora-X.Y.Z.tar.gz.sha512
 
 ##Previous Releases
 If you are looking for previous releases of Apache Gora, have a look in the 

Modified: gora/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1865287&r1=1865286&r2=1865287&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Fri Aug 16 10:46:43 2019
@@ -12,7 +12,7 @@ Title: Welcome to Apache Gora&trade;
          document stores, distributed in-memory key/value stores, in-memory 
data grids, in-memory caches,
         distributed multi-model stores, and hybrid in-memory architectures.</p>
        <p>Gora also enables analysis of data with extensive Apache Hadoop 
MapReduce&trade; 
-       and Apache Spark&trade; support. Gora uses the [Apache Software License 
v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). 
+       and Apache Spark&trade; Apache Flink&trade; and Apache Pig&trade; 
support. Gora uses the [Apache Software License 
v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). 
         Gora graduated from the Apache Incubator in January 2012 to become a 
top-level Apache project.
         You can find the Gora DOAP [here](./current/doap_Gora.rdf).
       </p>
@@ -36,6 +36,38 @@ Title: Welcome to Apache Gora&trade;
 
 ## News
 
+###15 August, 2019: Apache Gora 0.9 Release
+The Apache Gora Release management team is pleased to announce the immediate 
availability of
+Apache Gora 0.9.
+
+This release addresses 48 issues, for a breakdown please see the [release 
report](https://s.apache.org/0.9GoraReleaseNotes). 
+Drop by our mailing lists and ask questions for information on any of the 
above.
+
+Gora 0.9 provides support for the following projects
+
+   - [Apache Avro](http://avro.apache.org) 1.8.2   
+   - [Apache HBase](http://hbase.apache.org) 2.1.1
+   - [Apache Cassandra](http://cassandra.apache.org) 3.11.0 (Datastax Java 
Driver 3.3.0)
+   - [Apache Solr](http://lucene.apache.org/solr) 8.0.0
+   - [Apache Lucene](http://lucene.apache.org/core/) 8.0.0
+   - [MongoDB](http://mongodb.com) (Mongo Java Driver) 3.5.0
+   - [Apache Accumlo](http://accumulo.apache.org) 1.7.1
+   - [Apache CouchDB](http://couchdb.apache.org) 1.4.2 
+   - [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) (Amazon Java SDK) 
1.10.55
+   - [Infinispan](http://infinispan.org/) 7.2.5.Final
+   - [JCache](https://www.jcp.org/en/jsr/detail?id=107) 1.0.0 with JCache 
provider [Hazelcast](https://hazelcast.com/) 3.6.4
+   - [OrientDB](http://orientdb.com/orientdb/) 2.2.22
+   - [Aerospike](http://www.aerospike.com/) 4.2.2  
+   - [Apache Ignite](https://ignite.apache.org/) 2.6.0
+   - [Apache Pig](https://pig.apache.org/) 0.16.0
+   - [Apache Flink](https://flink.apache.org/) 1.6.2
+   - [Apache Hadoop](http://hadoop.apache.org) 2.5.2
+   - [Apache Spark](http://spark.apache.org) 2.2.1
+   - [Test containers](http://testcontainers.viewdocs.io/testcontainers-java/) 
1.4.2   
+
+Gora is released as both source code downloads for which can be found at
+our [downloads page](http://gora.apache.org/downloads.html), as well as Maven 
artifacts which can be found on
+[Maven central](https://s.apache.org/0.9GoraMavenArtifacts). 
 
 ###20 September, 2017: Apache Gora 0.8 Release
 The Apache Gora team are pleased to announce the immediate availability of


Reply via email to