You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/01/17 10:07:11 UTC

[apisix-website] branch master updated: feat: release APISIX Java Plugin Runner 0.2.0 (#843)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 24e6f7d  feat: release APISIX Java Plugin Runner 0.2.0 (#843)
24e6f7d is described below

commit 24e6f7d61d36946d1ec0052f00cc65ae2b912482
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Mon Jan 17 18:05:24 2022 +0800

    feat: release APISIX Java Plugin Runner 0.2.0 (#843)
    
    Signed-off-by: tzssangglass <tz...@gmail.com>
---
 website/config/docs.js      | 4 ++--
 website/config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/config/docs.js b/website/config/docs.js
index f50fbd1..c0e0ea7 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -62,8 +62,8 @@ module.exports = [
     shape: "star",
     color: "#FB9300",
     githubRepo: "apache/apisix-java-plugin-runner",
-    version: "0.1.0",
-    releaseDate: "2021-07-09",
+    version: "0.2.0",
+    releaseDate: "2022-01-17",
     firstDocPath: "/development",
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 87e53cc..0594689 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -47,9 +47,9 @@ module.exports = [
     color: "#FB9300",
     githubRepo: "apache/apisix-java-plugin-runner",
     githubBranch: "main",
-    downloadPath: "apisix/java-plugin-runner/0.1/apisix-java-plugin-runner-0.1.0-src",
-    version: "0.1.0",
-    releaseDate: "2021-07-09",
+    downloadPath: "apisix/java-plugin-runner/0.2.0/apisix-java-plugin-runner-0.2.0-src",
+    version: "0.2.0",
+    releaseDate: "2022-01-17",
     firstDocPath: "/development",
   },
   {