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

[apisix-website] branch master updated: feat: release apisix-java-plugin-runner (#1403)

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

sylviasu 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 bb8cc5ec915 feat: release apisix-java-plugin-runner (#1403)
bb8cc5ec915 is described below

commit bb8cc5ec91598704dce0400680d52c108accc926
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Fri Nov 11 14:07:17 2022 +0800

    feat: release apisix-java-plugin-runner (#1403)
    
    Signed-off-by: tzssangglass <tz...@gmail.com>
    
    Signed-off-by: tzssangglass <tz...@gmail.com>
---
 config/docs.js      | 4 ++--
 config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/docs.js b/config/docs.js
index 2932bef1218..2fd29fcedc9 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -62,8 +62,8 @@ module.exports = [
     shape: 'star',
     color: '#FB9300',
     githubRepo: 'apache/apisix-java-plugin-runner',
-    version: '0.3.0',
-    releaseDate: '2022-08-19',
+    version: '0.4.0',
+    releaseDate: '2022-11-11',
     firstDocPath: '/development',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index b0792ba1010..6c74de27315 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -52,9 +52,9 @@ module.exports = [
     color: '#FB9300',
     githubRepo: 'apache/apisix-java-plugin-runner',
     githubBranch: 'main',
-    downloadPath: 'apisix/java-plugin-runner/0.3.0/apisix-java-plugin-runner-0.3.0-src',
-    version: '0.3.0',
-    releaseDate: '2022-08-19',
+    downloadPath: 'apisix/java-plugin-runner/0.4.0/apisix-java-plugin-runner-0.4.0-src',
+    version: '0.4.0',
+    releaseDate: '2022-11-11',
     firstDocPath: '/development',
   },
   {