Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then run the following :

./gradlew clean bintrayUploadpublishPlugins
Info
titleCredentials

You will need https://plugins.gradle.org/ credentials for this step. Please contact Damien Raude-Morvan for this purpose.


This does the following

  • Relaunch compile / assemble tasks
  • Deploy Upload those artifacts to your local Maven Repository (~/.m2/repository/)Upload those artifacts to Bintray (for publication on Maven Central repositoryGradle Plugins Portal (web interface : https://plugins.gradle.org/plugin/org.apache.gora)

Announce the Release

 

Code Block
titleANNOUNCEMENT Email
Hi Folks,

The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.6.

The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop™ MapReduce support. Gora uses the Apache Software License v2.0.

Gora is released as both source code, downloads for which can be found at our downloads page [0] as well as Maven artifacts which can be found on Maven central [1].
The DOAP file for Gora can be found here [2] 

This release addresses a modest XXXXX issues with ... blah blah blah. The full Jira release report can be found here [3].

Suggested Gora database support is as follows

Apache Avro 1.7.6
Apache Hadoop 1.2.1 and 2.5.2
Apache HBase 0.98.8-hadoop2
Apache Cassandra 2.0.2
Apache Solr 4.10.3
MongoDB 2.6.X
Apache Accumlo 1.5.1

Thank you

Lewis

(on behalf of Gora PMC)

[0] http://gora.apache.org/downloads.html
[1] http://search.maven.org/#search|ga|1|g%3A%22org.apache.gora%22
[2] https://svn.apache.org/repos/asf/gora/committers/doap_Gora.rdf
[3] URL for Release Report in Jira

...