This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 4ddba988c SUBMARINE-1407. Add ASF DOAP File (#1105)
4ddba988c is described below
commit 4ddba988c2a8db415d3aafe6ab230d30a900d4b6
Author: Thinking Chen <[email protected]>
AuthorDate: Sat Sep 23 11:52:33 2023 +0800
SUBMARINE-1407. Add ASF DOAP File (#1105)
* add doap
* fix version
* add category
* move licence position
---
doap_Submarine.rdf | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
diff --git a/doap_Submarine.rdf b/doap_Submarine.rdf
new file mode 100644
index 000000000..44663b322
--- /dev/null
+++ b/doap_Submarine.rdf
@@ -0,0 +1,106 @@
+<?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://submarine.apache.org">
+ <created>2023-09-08</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache Submarine</name>
+ <homepage rdf:resource="https://submarine.apache.org" />
+ <asfext:pmc rdf:resource="https://submarine.apache.org" />
+ <shortdesc>Submarine is Cloud Native Machine Learning Platform.</shortdesc>
+ <description>Apache Submarine (Submarine for short) is an End-to-End
Machine Learning Platform to allow data scientists to create end-to-end machine
learning workflows. On Submarine, data scientists can finish each stage in the
ML model lifecycle, including data exploration, data pipeline creation, model
training, serving, and monitoring.</description>
+ <mailing-list
rdf:resource="https://issues.apache.org/jira/projects/SUBMARINE" />
+ <download-page
rdf:resource="https://submarine.apache.org/docs/next/download" />
+ <programming-language>Java</programming-language>
+
+ <category rdf:resource="https://projects.apache.org/category/cloud" />
+ <category rdf:resource="https://projects.apache.org/category/java"/>
+ <category rdf:resource="https://projects.apache.org/category/python"/>
+ <category rdf:resource="https://projects.apache.org/category/go"/>
+
+ <release>
+ <Version>
+ <name>Apache Submarine 0.1.0</name>
+ <created>2019-01-16</created>
+ <revision>0.1.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.2.0</name>
+ <created>2019-07-02</created>
+ <revision>0.2.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.3.0</name>
+ <created>2020-02-01</created>
+ <revision>0.3.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.4.0</name>
+ <created>2020-07-05</created>
+ <revision>0.4.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.5.0</name>
+ <created>2020-12-17</created>
+ <revision>0.5.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.6.0</name>
+ <created>2021-10-21</created>
+ <revision>0.6.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.7.0</name>
+ <created>2022-04-25</created>
+ <revision>0.7.0</revision>
+ </Version>
+ </release>
+ <repository>
+ <GitRepository>
+ <location rdf:resource="https://github.com/apache/submarine.git"/>
+ <browse rdf:resource="https://github.com/apache/submarine"/>
+ </GitRepository>
+ </repository>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Apache Submarine PMC</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]