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 4f4eb5c Make snapshot download not reference version
4f4eb5c is described below
commit 4f4eb5c5af36f6f4ce51ff0419ca5a97f97e4ed1
Author: Ian Maxon <[email protected]>
AuthorDate: Thu Apr 7 12:50:32 2022 -0700
Make snapshot download not reference version
Change-Id:If17ec8dad1de435c9a0cceef4d7a7ec11bc3e5d3
Reviewed-on:
https://asterix-gerrit.ics.uci.edu/c/incubator-asterixdb-site/+/16045
Reviewed-by: Ian Maxon <[email protected]>
---
content/dev-setup.html | 2 +-
dev-setup.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/dev-setup.html b/content/dev-setup.html
index b1588e2..18b83c7 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.8-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 Dev Build <i class="fa fa-download
fa-lg"></i> </a></p>
<hr />
diff --git a/dev-setup.md b/dev-setup.md
index 0ca76f4..aef5be7 100644
--- a/dev-setup.md
+++ b/dev-setup.md
@@ -20,7 +20,7 @@ A great way to start contributing is to pick a bug labelled
starter in JIRA and
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.
### Server Package
-<p><a class="btn btn-md btn-warning" href="{{ site.UNSTABLE_NCSERVICE_URL }}"
role="button">Download AsterixDB {{ site.UNSTABLE_VERSION }} <i class="fa
fa-download fa-lg"></i> </a></p>
+<p><a class="btn btn-md btn-warning" href="{{ site.UNSTABLE_NCSERVICE_URL }}"
role="button">Download AsterixDB Dev Build <i class="fa fa-download fa-lg"></i>
</a></p>
---