You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2022/01/21 17:00:24 UTC

svn commit: r1897304 - in /comdev/projects.apache.org/trunk/data: committees-retired/ambari.rdf committees.xml committees/ambari.rdf projects-override/ambari.rdf projects.xml

Author: sebb
Date: Fri Jan 21 17:00:24 2022
New Revision: 1897304

URL: http://svn.apache.org/viewvc?rev=1897304&view=rev
Log:
Ambari retired

Added:
    comdev/projects.apache.org/trunk/data/committees-retired/ambari.rdf
      - copied unchanged from r1897303, comdev/projects.apache.org/trunk/data/committees/ambari.rdf
    comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf   (with props)
Removed:
    comdev/projects.apache.org/trunk/data/committees/ambari.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=1897304&r1=1897303&r2=1897304&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml (original)
+++ comdev/projects.apache.org/trunk/data/committees.xml Fri Jan 21 17:00:24 2022
@@ -22,7 +22,7 @@
   <location>committees/airavata.rdf</location>
   <location>committees/airflow.rdf</location>
   <location>committees/allura.rdf</location>
-  <location>committees/ambari.rdf</location>
+  <!-- Retired: location>committees-retired/ambari.rdf</location -->
   <location>committees/ant.rdf</location>
   <location>committees/any23.rdf</location>
   <!-- Retired <location>committees-retired/apex.rdf</location> -->

Added: comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf?rev=1897304&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf Fri Jan 21 17:00:24 2022
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from http://ambari.apache.org/doap.rdf -->
+<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/">
+    <!--
+        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.
+    -->
+    <Project rdf:about="http://ambari.apache.org">
+        <created>2014-04-10</created>
+        <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+        <name>Apache Ambari</name>
+        <homepage rdf:resource="http://ambari.apache.org" />
+        <asfext:pmc rdf:resource="http://attic.apache.org/" />
+        <description>Apache Ambari makes Hadoop cluster provisioning, managing, and monitoring dead simple.</description>
+        <bug-database rdf:resource="https://issues.apache.org/jira/browse/AMBARI" />
+        <mailing-list rdf:resource="http://ambari.apache.org/mail-lists.html" />
+        <programming-language>Java</programming-language>
+        <programming-language>Python</programming-language>
+        <programming-language>JavaScript</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+        <category rdf:resource="http://projects.apache.org/category/big-data" />
+        <release>
+            <Version>
+                <name>Apache Ambari</name>
+                <created>2014-04-08</created>
+                <revision>1.5.0</revision>
+            </Version>
+        </release>
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ambari.git"/>
+                <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ambari.git"/>
+            </GitRepository>
+        </repository>
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>Yusaku Sako</foaf:name>
+                <foaf:mbox rdf:resource="mailto:yusaku@apache.org"/>
+            </foaf:Person>
+        </maintainer>
+    </Project>
+</rdf:RDF>
+

Propchange: comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1897304&r1=1897303&r2=1897304&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Fri Jan 21 17:00:24 2022
@@ -34,7 +34,8 @@
   <location>http://svn.apache.org/repos/asf/activemq/trunk/doap.rdf</location>
   <location>https://svn.apache.org/repos/asf/airavata/airavata_doap.rdf</location>
   <location>https://svn.apache.org/repos/asf/allura/doap_Allura.rdf</location>
-  <location>http://ambari.apache.org/doap.rdf</location>
+  <!-- retired: location>http://ambari.apache.org/doap.rdf</location -->
+  <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/ambari.rdf</location>
   <location>https://annotator.apache.org/doap.rdf</location>
   <location>https://ant.apache.org/doap_Ant.rdf</location>
   <location>https://ant.apache.org/antlibs/antunit/doap_AntUnit.rdf</location>