This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 610abd99fcbcf3b8278d879534bceb83cfcb30d9
Author: Kevin Ratnasekera <djkevi...@yahoo.com>
AuthorDate: Wed May 8 00:53:00 2019 +0530

    Prepare gora for release 0.9
---
 CHANGES.md                           | 53 ++++++++++++++++++++++++++++++++++++
 README.md                            |  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 pom.xml                              | 23 ++--------------
 4 files changed, 59 insertions(+), 25 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===========
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/yyyy)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+    [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+    [GORA-225] - Various Issues with MemStore
+    [GORA-373] - Failing TestQueryBase with JDK8
+    [GORA-421] - PersistentBase#setDirty() does not set dirty
+    [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+    [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+    [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+    [GORA-508] - Website title cut off issue
+    [GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+    [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+    [GORA-560] - Fix build failure due java docs
+    [GORA-611] - Fix intermittent test failures with HBase module
+    [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+    [GORA-109] - Pig Adapter for Gora
+    [GORA-266] - Lucene datastore for Gora
+    [GORA-411] - Add exists(key) to DataStore interface
+    [GORA-444] - Add #size() to Result API
+    [GORA-481] - Using Docker For Unit Testing
+    [GORA-535] - Add a data store for Apache Ignite
+    [GORA-540] - Update Gora documentation for the Ignite backend
+    [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+    [GORA-528] - Add Support for Spark 2.2.1
+    [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+    [GORA-530] - Reinstate exception throwing at Query#execute()
+    [GORA-531] - Upgrade HBase to 1.2.6
+    [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+    [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+    [GORA-554] - Upgrade Solr dependency to latest
+    [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+    [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+    [GORA-565] - Enable Spark in Unit Tests
+    [GORA-613] - Remove deprecated method usages Flink Module
+    [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+    [GORA-536] - Avoid calling Class#newInstance
+    [GORA-543] - Upgrade Apache parent POM to version 21
+    [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+    [GORA-550] - Update POM for the move to gitbox
+    [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/yyyy)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 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. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9
diff --git a/pom.xml b/pom.xml
index 220a4cc..dff5e78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,20 +719,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <version>${maven-gpg-plugin.version}</version>
-            <executions>
-              <execution>
-                <id>sign-artifacts</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
             <groupId>net.nicoulaj.maven.plugins</groupId>
             <artifactId>checksum-maven-plugin</artifactId>
             <version>${checksum-maven-plugin.version}</version>
@@ -746,19 +732,14 @@
             </executions>
             <configuration>
               <algorithms>
-                <algorithm>MD5</algorithm>
-                <algorithm>SHA-1</algorithm>
                 <algorithm>SHA-512</algorithm>
               </algorithms>
-              <csvSummary>false</csvSummary>
               <fileSets>
                 <fileSet>
                   <directory>${project.build.directory}</directory>
                   <includes>
-                    <include>*.zip</include>
-                    <include>*.tar.gz</include>
-                    <include>*.jar</include>
-                    <include>*.pom</include>
+                    <include>apache-gora-${project.version}-src.zip</include>
+                    
<include>apache-gora-${project.version}-src.tar.gz</include>
                   </includes>
                 </fileSet>
               </fileSets>

Reply via email to