You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/10/23 13:42:39 UTC

[incubator-heron] branch 0.20.5-incubating-site-changes updated: update heron version in replace.js

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

joshfischer pushed a commit to branch 0.20.5-incubating-site-changes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/0.20.5-incubating-site-changes by this push:
     new 532b774f1d1 update heron version in replace.js
532b774f1d1 is described below

commit 532b774f1d191df81bf4821d1884b62bfd352d9d
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sun Oct 23 08:42:31 2022 -0500

    update heron version in replace.js
---
 website2/website/scripts/replace.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/website2/website/scripts/replace.js b/website2/website/scripts/replace.js
index 32cf049958b..ba5a202fc17 100755
--- a/website2/website/scripts/replace.js
+++ b/website2/website/scripts/replace.js
@@ -40,6 +40,7 @@ const bazelVersions = {
     '0.20.2-incubating': '0.26.0',
     '0.20.3-incubating': '3.7.0',
     '0.20.4-incubating': '3.7.2',
+    '0.20.5-incubating': '4.2.2',
     'latest': '4.2.2',
 }
 
@@ -52,9 +53,9 @@ function replaceBazel(version) {
         }
     } catch (error) {
 
-        console.error('no versions found defaulting to 0.26')
+        console.error('no versions found defaulting to 0.20.5-incubating')
     }
-    return '0.26'
+    return '0.20.5-incubating'
 }
 
 console.log(latestVersion)
@@ -103,4 +104,4 @@ for (v of versions) {
         dry: false
     };
     doReplace(opts);
-}  
\ No newline at end of file
+}