Repository: aurora Updated Branches: refs/heads/master c33c77a7d -> 3f1e44d62
Tweak README to make bug filing instructions easier to find. Also update JDK requirement to 1.8. Bugs closed: AURORA-1489 Reviewed at https://reviews.apache.org/r/38316/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3f1e44d6 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3f1e44d6 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/3f1e44d6 Branch: refs/heads/master Commit: 3f1e44d6206b87b74f9c97edb1baff0517c54df4 Parents: c33c77a Author: Joshua Cohen <[email protected]> Authored: Fri Sep 11 15:47:10 2015 -0500 Committer: Joshua Cohen <[email protected]> Committed: Fri Sep 11 15:47:10 2015 -0500 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/3f1e44d6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f3b2324..e88e1be 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,11 @@ If you have questions, you can reach out to our mailing list: [email protected]. We're also often available in IRC: #aurora on [irc.freenode.net](http://webchat.freenode.net/?channels=#aurora). -You can also file issues in our [JIRA queue](http://issues.apache.org/jira/browse/AURORA). +You can also file bugs/issues in our [JIRA queue](http://issues.apache.org/jira/browse/AURORA). ## Requirements * Python 2.7 or higher -* JDK 1.7 or higher +* JDK 1.8 or higher * Source distribution requirements * [Gradle](http://gradle.org)
