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

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


The following commit(s) were added to refs/heads/0.14.0-incubating by this push:
     new ed5d0f0  [Backport]  Fix 0.14.0 rc1 voting issues (#7289)
ed5d0f0 is described below

commit ed5d0f052f3b4cfdc201b27ed3c562e1fa696feb
Author: Jonathan Wei <jon-...@users.noreply.github.com>
AuthorDate: Mon Mar 18 17:11:43 2019 -0700

    [Backport]  Fix 0.14.0 rc1 voting issues (#7289)
    
    * Fix 0.14.0 rc1 voting issues (#7284)
    
    * Use 0.14.0 build docs in readme
---
 NOTICE                                        | 2 +-
 NOTICE.BINARY                                 | 2 +-
 README.md                                     | 4 +++-
 distribution/src/assembly/source-assembly.xml | 1 +
 4 files changed, 6 insertions(+), 3 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..7ea739f 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,9 @@ We also have a couple people hanging out on IRC in 
`#druid-dev` on
 
 ### Building From Source
 
-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)
+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/0.14.0-incubating/docs/content/development/build.md)
 
 ### Contributing
 
diff --git a/distribution/src/assembly/source-assembly.xml 
b/distribution/src/assembly/source-assembly.xml
index 20d92ed..b7d1550 100644
--- a/distribution/src/assembly/source-assembly.xml
+++ b/distribution/src/assembly/source-assembly.xml
@@ -67,6 +67,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