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

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


The following commit(s) were added to refs/heads/master by this push:
     new c17f4bb  Fix 0.14.0 rc1 voting issues (#7284)
c17f4bb is described below

commit c17f4bbad85449681e6706c5ed0b16d70551355e
Author: Jonathan Wei <jon-...@users.noreply.github.com>
AuthorDate: Mon Mar 18 14:16:21 2019 -0700

    Fix 0.14.0 rc1 voting issues (#7284)
---
 NOTICE                                        | 2 +-
 NOTICE.BINARY                                 | 2 +-
 README.md                                     | 2 ++
 distribution/src/assembly/source-assembly.xml | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 57018c6..05ca416 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Druid (incubating)
-Copyright 2018 The Apache Software Foundation
+Copyright 2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.BINARY b/NOTICE.BINARY
index af3b921..0dd39c9 100644
--- a/NOTICE.BINARY
+++ b/NOTICE.BINARY
@@ -1,5 +1,5 @@
 Apache Druid (incubating)
-Copyright 2018 The Apache Software Foundation
+Copyright 2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index e44c4c1..d9a4bde 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ We also have a couple people hanging out on IRC in 
`#druid-dev` on
 
 ### Building From Source
 
+Please note that JDK 8 is required to build Druid.
+
 For instructions on building Druid from source, see 
[docs/content/development/build.md](https://github.com/apache/incubator-druid/blob/master/docs/content/development/build.md)
 
 ### Contributing
diff --git a/distribution/src/assembly/source-assembly.xml 
b/distribution/src/assembly/source-assembly.xml
index 0d03647..4dde8b5 100644
--- a/distribution/src/assembly/source-assembly.xml
+++ b/distribution/src/assembly/source-assembly.xml
@@ -68,6 +68,7 @@
             <directory>${project.build.directory}</directory>
             <includes>
                 <include>git.version</include>
+                <include>README.md</include>
             </includes>
             <outputDirectory/>
         </fileSet>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to