Fix 0.14.0 rc1 voting issues (#7284)

This commit is contained in:
Jonathan Wei 2019-03-18 14:16:21 -07:00 committed by Fangjin Yang
parent e18d5d96d9
commit c17f4bbad8
4 changed files with 5 additions and 2 deletions

2
NOTICE
View File

@ -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/).

View File

@ -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/).

View File

@ -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

View File

@ -68,6 +68,7 @@
<directory>${project.build.directory}</directory>
<includes>
<include>git.version</include>
<include>README.md</include>
</includes>
<outputDirectory/>
</fileSet>