You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/13 20:36:10 UTC

[incubator-datasketches-hive] branch master updated: Updates to Disclaimer and Readme

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 97af909  Updates to Disclaimer and Readme
97af909 is described below

commit 97af90904f4f11c8ab5b21dcebcac99efc618fff
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jan 13 12:35:59 2020 -0800

    Updates to Disclaimer and Readme
---
 DISCLAIMER-WIP | 2 +-
 README.md      | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
index c90f3f7..ae9f942 100644
--- a/DISCLAIMER-WIP
+++ b/DISCLAIMER-WIP
@@ -15,7 +15,7 @@ un-reviewed licensing conditions. What follows is a list of known
 issues the project is currently aware of (note that this list, by
 definition, is likely to be incomplete): 
 
- * The LICENSE and NOTICE files may not be complete and will be fixed with the next release.
+ * No issues are known at this time. 
 
 If you are planning to incorporate this work into your
 product or project, please be aware that you will need to conduct a
diff --git a/README.md b/README.md
index e9b08e3..d55e4d1 100644
--- a/README.md
+++ b/README.md
@@ -47,15 +47,19 @@ __NOTE:__ This component accesses resource files for testing. As a result, the d
 This is required by the Oracle Java Specification in order to ensure location-independent 
     access to resources: [See Oracle Location-Independent Access to Resources](https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html)
 
-### [Zip File from Apache Archive](http://archive.apache.org/dist/incubator/datasketches/hive/)
+### [Zip File from www.apache.org/dist](http://www.apache.org/dist/incubator/datasketches/hive/)
 
 ### [Jar Files from Maven Central](https://repository.apache.org/content/repositories/releases/org/apache/datasketches/datasketches-hive/)
 
 ### [GitHub](https://github.com/apache/incubator-datasketches-hive/releases)
 
+## Downloading Earlier Releases
+
+### [Zip File from archive.apache.org/dist](http://archive.apache.org/dist/incubator/datasketches/hive/)
+
 ## Build Instructions
 
-### JDK8 is Required Compiler
+### JDK8 is required to compile
 This DataSketches component is pure Java and you must compile using JDK 8.
 
 ### Recommended Build Tool


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org