This is an automated email from the ASF dual-hosted git repository.

imaxon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/asterixdb-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 158add3  Update unstable download url
158add3 is described below

commit 158add395a4d3a00bff225f191b98229e3d52a66
Author: Ian Maxon <[email protected]>
AuthorDate: Thu Feb 17 00:32:00 2022 -0800

    Update unstable download url
    
    Change-Id:If17ec8dad1de435c9a0cceef4d7a7e615bb3ead1
    Reviewed-on: 
https://asterix-gerrit.ics.uci.edu/c/incubator-asterixdb-site/+/15343
    Reviewed-by: Ian Maxon <[email protected]>
---
 _config.yml            | 2 +-
 content/dev-setup.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 504348f..1adc3b5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,7 @@ name: "Apache AsterixDB"
 STABLE_VERSION: 0.9.7.1
 UNSTABLE_VERSION: 0.9.7-SNAPSHOT
 STABLE_NCSERVICE_URL: 
"http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.7.1/asterix-server-0.9.7.1-binary-assembly.zip";
-UNSTABLE_NCSERVICE_URL: 
"https://ci-builds.apache.org/job/AsterixDB/job/asterixdb-snapshot-integration/lastSuccessfulBuild/artifact/asterixdb/asterix-server/target/asterix-server-0.9.7-SNAPSHOT-binary-assembly.zip";
+UNSTABLE_NCSERVICE_URL: 
"https://ci-builds.apache.org/job/AsterixDB/job/asterixdb-snapshot-integration/lastSuccessfulBuild/artifact/asterixdb/asterix-server/target/asterix-server-0.9.8-SNAPSHOT-binary-assembly.zip";
 DOCS_BASE_URL: "docs"
 UNSTABLE_DOCS_BASE_URL: "https://ci.apache.org/projects/asterixdb/";
 
diff --git a/content/dev-setup.html b/content/dev-setup.html
index ec1dbd2..b1588e2 100644
--- a/content/dev-setup.html
+++ b/content/dev-setup.html
@@ -149,7 +149,7 @@ A great way to start contributing is to pick a bug labelled 
starter in JIRA and
 <p>If you are a developer simply looking for a snapshot of the latest 
development version of AsterixDB to test out your application that is based on 
top of AsterixDB, snapshots from the latest successful push to our master 
branch are available below. These are non ASF-release, automatic builds.</p>
 
 <h3 id="server-package">Server Package</h3>
-<p><a class="btn btn-md btn-warning" 
href="https://ci-builds.apache.org/job/AsterixDB/job/asterixdb-snapshot-integration/lastSuccessfulBuild/artifact/asterixdb/asterix-server/target/asterix-server-0.9.7-SNAPSHOT-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.7-SNAPSHOT <i class="fa fa-download 
fa-lg"></i> </a></p>
+<p><a class="btn btn-md btn-warning" 
href="https://ci-builds.apache.org/job/AsterixDB/job/asterixdb-snapshot-integration/lastSuccessfulBuild/artifact/asterixdb/asterix-server/target/asterix-server-0.9.8-SNAPSHOT-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.7-SNAPSHOT <i class="fa fa-download 
fa-lg"></i> </a></p>
 
 <hr />
 

Reply via email to