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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11c2739c update doap file (#320)
11c2739c is described below

commit 11c2739c832edea805c296fe24c1fe468ba1ba45
Author: liubao68 <[email protected]>
AuthorDate: Thu Oct 10 20:30:40 2024 +0800

    update doap file (#320)
---
 ...ecomb_java_chassis.rdf => doap_servicecomb.rdf} | 32 ++++++++++++++++++----
 1 file changed, 26 insertions(+), 6 deletions(-)

diff --git a/assets/doap_servicecomb_java_chassis.rdf 
b/assets/doap_servicecomb.rdf
similarity index 62%
rename from assets/doap_servicecomb_java_chassis.rdf
rename to assets/doap_servicecomb.rdf
index 80e470a1..8ca0e82c 100644
--- a/assets/doap_servicecomb_java_chassis.rdf
+++ b/assets/doap_servicecomb.rdf
@@ -22,32 +22,52 @@
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
          xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
-  <Project rdf:about="https://github.com/apache/servicecomb-java-chassis";>
-    <created>2021-03-25</created>
+  <Project rdf:about="https://servicecomb.apache.org/";>
+    <created>2017-05-18</created>
     <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
-    <name>Apache ServiceComb Java Chassis</name>
+    <name>Apache ServiceComb</name>
     <homepage rdf:resource="https://servicecomb.apache.org/"; />
     <asfext:pmc rdf:resource="https://servicecomb.apache.org/"; />
-    <shortdesc>ServiceComb Java Chassis is an RPC framework that implements 
Open API specification, providing configuration management, service discovery, 
dynamic routing, observability, and service governance features.</shortdesc>
-    <description>ServiceComb Java Chassis is an RPC framework that implements 
Open API specification, providing configuration management, service discovery, 
dynamic routing, observability, and service governance features.</description>
+    <shortdesc>Apache ServiceComb is an RPC framework that implements Open API 
specification, providing configuration management, service discovery, dynamic 
routing, observability, and service governance features.</shortdesc>
+    <description>Apache ServiceComb is an RPC framework that implements Open 
API specification, providing configuration management, service discovery, 
dynamic routing, observability, and service governance features.</description>
     <bug-database 
rdf:resource="https://issues.apache.org/jira/projects/SCB/issues/"; />
     <mailing-list 
rdf:resource="http://servicecomb.apache.org/cn/developers/subscribe-mail-list/"; 
/>
     <download-page rdf:resource="https://servicecomb.apache.org/release/"; />
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/rpc-framework"; 
/>
+    <programming-language>Go</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"; />
+    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
+    <category 
rdf:resource="http://projects.apache.org/category/network-client"; />
     <release>
       <Version>
         <name>ServiceComb Java Chassis 3.2.1</name>
         <created>2024-08-10</created>
         <revision>3.2.1</revision>
       </Version>
+      <Version>
+        <name>ServiceComb Service Center 2.2.0</name>
+        <created>2024-01-23</created>
+        <revision>2.2.0</revision>
+      </Version>
+      <Version>
+        <name>ServiceComb Kie 0.1.0</name>
+        <created>2019-10-26</created>
+        <revision>0.1.0</revision>
+      </Version>
     </release>
     <repository>
       <GitRepository>
         <location 
rdf:resource="https://github.com/apache/servicecomb-java-chassis.git"/>
         <browse 
rdf:resource="https://github.com/apache/servicecomb-java-chassis"/>
       </GitRepository>
+      <GitRepository>
+        <location 
rdf:resource="https://github.com/apache/servicecomb-service-center.git"/>
+        <browse 
rdf:resource="https://github.com/apache/servicecomb-service-center"/>
+      </GitRepository>
+      <GitRepository>
+        <location 
rdf:resource="https://github.com/apache/servicecomb-kie.git"/>
+        <browse rdf:resource="https://github.com/apache/servicecomb-kie"/>
+      </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>

Reply via email to