You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2021/03/25 09:02:31 UTC

[servicecomb-java-chassis] branch master updated: add doap file (#2315)

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-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new af00fba  add doap file (#2315)
af00fba is described below

commit af00fba1805d6b7fdf3722de2beddf715723e631
Author: bao liu <bi...@qq.com>
AuthorDate: Thu Mar 25 17:02:24 2021 +0800

    add doap file (#2315)
---
 doap_ServiceComb_Java-Chassis.rdf | 59 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/doap_ServiceComb_Java-Chassis.rdf b/doap_ServiceComb_Java-Chassis.rdf
new file mode 100644
index 0000000..f5dbe8a
--- /dev/null
+++ b/doap_ServiceComb_Java-Chassis.rdf
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         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>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+    <name>Apache ServiceComb Java-Chassis</name>
+    <homepage rdf:resource="https://github.com/apache/servicecomb-java-chassis" />
+    <asfext:pmc rdf:resource="https://servicemix.apache.org" />
+    <shortdesc>ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features</shortdesc>
+    <description>ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management 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="http://servicecomb.apache.org/cn/release/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>ServiceComb Java-Chassis 2.2.0</name>
+        <created>2021-02-28</created>
+        <revision>2.2.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>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>liubao68</foaf:name>
+          <foaf:mbox rdf:resource="mailto:bismy@qq.com"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
+