mirror of https://github.com/apache/druid.git
Fix 0.14.0 rc1 voting issues (#7284)
This commit is contained in:
parent
e18d5d96d9
commit
c17f4bbad8
2
NOTICE
2
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/).
|
||||
|
|
|
@ -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/).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
<directory>${project.build.directory}</directory>
|
||||
<includes>
|
||||
<include>git.version</include>
|
||||
<include>README.md</include>
|
||||
</includes>
|
||||
<outputDirectory/>
|
||||
</fileSet>
|
||||
|
|
Loading…
Reference in New Issue