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

albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git


The following commit(s) were added to refs/heads/main by this push:
     new 870b6f6  Update metadata.yaml
870b6f6 is described below

commit 870b6f6161c24e2025a31f4d1e687b4e18cb05c3
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Aug 6 21:19:46 2023 +0800

    Update metadata.yaml
---
 initializer-generator/src/main/resources/metadata.yaml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/initializer-generator/src/main/resources/metadata.yaml 
b/initializer-generator/src/main/resources/metadata.yaml
index 617b9fb..5c83e4d 100644
--- a/initializer-generator/src/main/resources/metadata.yaml
+++ b/initializer-generator/src/main/resources/metadata.yaml
@@ -1226,13 +1226,11 @@ initializr:
       id: 2.7.10
       default: true
   dubboVersions:
-    - name: 3.2.0 (beta)
-      id: 3.2.0
-    - name: 3.1.8
-      id: 3.1.8
+    - name: 3.2.4
+      id: 3.2.4
       default: true
-    - name: 2.7.21
-      id: 2.7.21
+    - name: 3.1.11
+      id: 3.1.11
   architecture:
     - id: none
       name: Single Module
@@ -1256,4 +1254,4 @@ initializr:
 #        - name: web
 #          description: web 模块,对应 MVC 的 V 概念,存放视图层的逻辑
 #        - name: service
-#          description: service 模块,对应 MVC 的 M 概念,存放核心业务逻辑与 Dubbo 服务相关代码
\ No newline at end of file
+#          description: service 模块,对应 MVC 的 M 概念,存放核心业务逻辑与 Dubbo 服务相关代码

Reply via email to