Author: hboutemy
Date: Fri May 31 22:08:46 2024
New Revision: 1918086
URL: http://svn.apache.org/viewvc?rev=1918086&view=rev
Log:
[ATTIC-222] retire Submarine
Added:
comdev/projects.apache.org/trunk/data/committees-retired/submarine.rdf
- copied unchanged from r1918085,
comdev/projects.apache.org/trunk/data/committees/submarine.rdf
comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf
Removed:
comdev/projects.apache.org/trunk/data/committees/submarine.rdf
Modified:
comdev/projects.apache.org/trunk/data/committees.xml
comdev/projects.apache.org/trunk/data/projects.xml
Modified: comdev/projects.apache.org/trunk/data/committees.xml
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/committees.xml?rev=1918086&r1=1918085&r2=1918086&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml (original)
+++ comdev/projects.apache.org/trunk/data/committees.xml Fri May 31 22:08:46
2024
@@ -248,7 +248,7 @@
<location>committees/streampipes.rdf</location>
<location>committees/streams.rdf</location>
<location>committees/struts.rdf</location>
- <location>committees/submarine.rdf</location>
+ <!-- Retired <location>committees-retired/submarine.rdf</location> -->
<location>committees/subversion.rdf</location>
<location>committees/superset.rdf</location>
<location>committees/synapse.rdf</location>
Added: comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf?rev=1918086&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf
(added)
+++ comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf Fri
May 31 22:08:46 2024
@@ -0,0 +1,114 @@
+<?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="http://attic.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="http://projects.apache.org/category/retired" />
+ <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>
+ <release>
+ <Version>
+ <name>Apache Submarine 0.8.0</name>
+ <created>2023-09-23</created>
+ <revision>0.8.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>
Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1918086&r1=1918085&r2=1918086&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Fri May 31 22:08:46 2024
@@ -333,7 +333,8 @@
<location>https://gitbox.apache.org/repos/asf?p=storm.git;a=blob_plain;f=doap_Storm.rdf;hb=HEAD</location>
<location>https://gitbox.apache.org/repos/asf?p=stratos.git;a=blob_plain;f=doap_Stratos.rdf;hb=HEAD</location>
<location>http://struts.apache.org/doap_Struts.rdf</location>
-
<location>https://gitbox.apache.org/repos/asf?p=submarine.git;a=blob_plain;f=doap_Submarine.rdf;hb=HEAD</location>
+ <!-- retired:
location>https://gitbox.apache.org/repos/asf?p=submarine.git;a=blob_plain;f=doap_Submarine.rdf;hb=HEAD</location
-->
+
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/submarine.rdf</location>
<location>http://subversion.apache.org/doap.rdf</location>
<location>https://raw.githubusercontent.com/apache/superset/master/ASF/doap_Superset.rdf</location>
<location>http://svn.apache.org/repos/asf/synapse/site/doap_Synapse.rdf</location>