Updated pom and instructions based on code review.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/cc57e1f9 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/cc57e1f9 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/cc57e1f9 Branch: refs/heads/master Commit: cc57e1f9a0f1ed7331ed0deeca719660166dd3d0 Parents: d33315f Author: Preston Carman <[email protected]> Authored: Fri Feb 20 17:54:11 2015 -0800 Committer: Preston Carman <[email protected]> Committed: Fri Feb 20 17:54:11 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/apt/user_installation.apt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/cc57e1f9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a0e9341..5b4a15d 100644 --- a/pom.xml +++ b/pom.xml @@ -533,7 +533,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <hyracks.version>0.2.15-SNAPSHOT</hyracks.version> + <hyracks.version>0.2.15</hyracks.version> <apache-rat-plugin.version>0.11</apache-rat-plugin.version> </properties> http://git-wip-us.apache.org/repos/asf/vxquery/blob/cc57e1f9/src/site/apt/user_installation.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/user_installation.apt b/src/site/apt/user_installation.apt index 559b3a3..3005885 100644 --- a/src/site/apt/user_installation.apt +++ b/src/site/apt/user_installation.apt @@ -17,7 +17,7 @@ Installation * Requirements - * Apache VXQuery\x99 source archive (apache-vxquery-X.Y.zip) + * Apache VXQuery\x99 source archive (apache-vxquery-X.Y-source-release.zip) * JDK >= 1.7 @@ -26,7 +26,7 @@ Installation * Steps --- -$ unzip apache-vxquery-X.Y.zip +$ unzip apache-vxquery-X.Y-source-release.zip $ cd apache-vxquery-X.Y $ mvn package -DskipTests $ cd ..
