This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/asf-site by this
push:
new abb926b adding back javadocs to makefile. tweaking version matrix
abb926b is described below
commit abb926bca94a6d598f0007b854f5ba8eee0bb98d
Author: Josh Fischer <[email protected]>
AuthorDate: Fri Nov 29 20:55:22 2019 -0600
adding back javadocs to makefile. tweaking version matrix
---
website2/website/Makefile | 2 +-
website2/website/scripts/replace.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website2/website/Makefile b/website2/website/Makefile
index 2164ca7..7c25991 100644
--- a/website2/website/Makefile
+++ b/website2/website/Makefile
@@ -8,7 +8,7 @@ python-docs:
@scripts/python-doc-gen.sh 0.0.0
buildsite:
- #@scripts/javadocs.sh
+ @scripts/javadocs.sh
@scripts/python-doc-gen.sh 0.0.0
@scripts/build-site.sh
diff --git a/website2/website/scripts/replace.js
b/website2/website/scripts/replace.js
index a1b9cbe..7fec8bc 100755
--- a/website2/website/scripts/replace.js
+++ b/website2/website/scripts/replace.js
@@ -35,9 +35,9 @@ const versions = getVersions();
const latestVersion = versions[0];
const bazelVersions = {
- '0.20.0': '0.14.1',
- '0.20.1': '0.26',
- 'latest': '0.26',
+ '0.20.0-incubating': '0.14.1',
+ '0.20.1-incubating': '0.26.0',
+ 'latest': '0.26.0',
}
function replaceBazel(version) {