Ian Maxon has submitted this change and it was merged. Change subject: Fix developer snapshot link ......................................................................
Fix developer snapshot link Change-Id: I128079ae139fce0aaa88194e5529b6ff02e6229e Reviewed-on: https://asterix-gerrit.ics.uci.edu/749 Reviewed-by: Till Westmann <[email protected]> --- M _config.yml 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Till Westmann: Looks good to me, approved diff --git a/_config.yml b/_config.yml index 6ca6257..03926b4 100644 --- a/_config.yml +++ b/_config.yml @@ -2,11 +2,11 @@ name: "Apache AsterixDB" STABLE_VERSION: 0.8.8-incubating -UNSTABLE_VERSION: 0.8.8-SNAPSHOT +UNSTABLE_VERSION: 0.8.9-SNAPSHOT STABLE_DOWNLOAD_URL: "http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-installer-0.8.8-incubating-binary-assembly.zip" -UNSTABLE_DOWNLOAD_URL: "https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.8-SNAPSHOT/asterix-installer-0.8.8-SNAPSHOT-binary-assembly.zip" +UNSTABLE_DOWNLOAD_URL: "https://asterix-jenkins.ics.uci.edu/job/asterix-integration-tests/lastSuccessfulBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.9-SNAPSHOT/asterix-installer-0.8.9-SNAPSHOT-binary-assembly.zip" STABLE_YARN_URL: "http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-yarn-0.8.8-incubating-binary-assembly.zip" -UNSTABLE_YARN_URL: "https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.8-SNAPSHOT/asterix-yarn-0.8.8-SNAPSHOT-binary-assembly.zip" +UNSTABLE_YARN_URL: "https://asterix-jenkins.ics.uci.edu/job/asterix-integration-tests/lastSuccessfulBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.9-SNAPSHOT/asterix-yarn-0.8.9-SNAPSHOT-binary-assembly.zip" DOCS_BASE_URL: "docs" UNSTABLE_DOCS_BASE_URL: "https://ci.apache.org/projects/asterixdb/" ICS_DOWNLOAD_BASE_URL: "https://asterixdb.ics.uci.edu/download" -- To view, visit https://asterix-gerrit.ics.uci.edu/749 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I128079ae139fce0aaa88194e5529b6ff02e6229e Gerrit-PatchSet: 3 Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
