This is an automated email from the ASF dual-hosted git repository.
yilinzeng 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 17a069222ad feat: release apisix-java-plugin-runner 0.3.0 (#1295)
17a069222ad is described below
commit 17a069222ad563fadb1089ad72346fa85f0a9829
Author: tzssangglass <[email protected]>
AuthorDate: Sat Aug 20 11:51:35 2022 +0800
feat: release apisix-java-plugin-runner 0.3.0 (#1295)
---
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 eef5aed7e8b..4feadf15758 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.2.0',
- releaseDate: '2022-01-17',
+ version: '0.3.0',
+ releaseDate: '2022-08-19',
firstDocPath: '/development',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 05db93bfdf2..d2878cd1a6b 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.2.0/apisix-java-plugin-runner-0.2.0-src',
- version: '0.2.0',
- releaseDate: '2022-01-17',
+ downloadPath:
'apisix/java-plugin-runner/0.3.0/apisix-java-plugin-runner-0.3.0-src',
+ version: '0.3.0',
+ releaseDate: '2022-08-19',
firstDocPath: '/development',
},
{