Doc changes
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/abf4194c Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/abf4194c Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/abf4194c Branch: refs/heads/steven/hdfs Commit: abf4194c0bee49f3573e486d79fb142b97ea3df7 Parents: b2c1e7c Author: Steven Jacobs <[email protected]> Authored: Wed May 18 14:49:54 2016 -0700 Committer: Steven Jacobs <[email protected]> Committed: Wed May 18 14:49:54 2016 -0700 ---------------------------------------------------------------------- pom.xml | 18 ++++++++++++++++++ src/site/apt/user_cluster_installation.apt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/abf4194c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4cabe8e..911206d 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,24 @@ </roles> <timezone>-8</timezone> </contributor> + <contributor> + <name>Menaka Madushanka</name> + <email /> + <organization /> + <roles> + <role>Developer</role> + </roles> + <timezone>+5:30</timezone> + </contributor> + <contributor> + <name>Riyafa Abdul Hameed</name> + <email /> + <organization /> + <roles> + <role>Developer</role> + </roles> + <timezone>+5:30</timezone> + </contributor> </contributors> <mailingLists> http://git-wip-us.apache.org/repos/asf/vxquery/blob/abf4194c/src/site/apt/user_cluster_installation.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/user_cluster_installation.apt b/src/site/apt/user_cluster_installation.apt index 0e756b0..19e20ed 100644 --- a/src/site/apt/user_cluster_installation.apt +++ b/src/site/apt/user_cluster_installation.apt @@ -32,7 +32,7 @@ Cluster Installation * Apache VXQuery\x99 source archive (apache-vxquery-X.Y-source-release.zip) - * JDK >= 1.7 + * JDK >= 1.8 * Apache Maven >= 3.2
