Author: sebb
Date: Mon Jul 20 14:06:46 2026
New Revision: 1936383

Log:
Attic += Petri

Added:
   comdev/projects.apache.org/trunk/data/committees-retired/petri.rdf
      - copied unchanged from r1936382, 
comdev/projects.apache.org/trunk/data/committees/petri.rdf
   comdev/projects.apache.org/trunk/data/projects-override/petri.rdf   
(contents, props changed)
Deleted:
   comdev/projects.apache.org/trunk/data/committees/petri.rdf
Modified:
   comdev/projects.apache.org/trunk/data/committees.xml
   comdev/projects.apache.org/trunk/data/projects.xml

Copied: comdev/projects.apache.org/trunk/data/committees-retired/petri.rdf 
(from r1936382, comdev/projects.apache.org/trunk/data/committees/petri.rdf)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ comdev/projects.apache.org/trunk/data/committees-retired/petri.rdf  Mon Jul 
20 14:06:46 2026        (r1936383, copy of r1936382, 
comdev/projects.apache.org/trunk/data/committees/petri.rdf)
@@ -0,0 +1,31 @@
+<?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.
+-->
+<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/";>
+  <asfext:pmc rdf:about="petri">
+    <asfext:name>Apache Petri</asfext:name>
+    <asfext:charter>
+    The mission of Apache Petri is the creation and maintenance of software
+    related to assessment of, education in, and adoption of the Foundation's 
policies and procedures for collaborative development and the pros and cons of 
joining the Foundation
+    </asfext:charter>
+    <foaf:homepage rdf:resource="http://petri.apache.org"/>
+  </asfext:pmc>
+</rdf:RDF>

Modified: comdev/projects.apache.org/trunk/data/committees.xml
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml        Mon Jul 20 
13:58:55 2026        (r1936382)
+++ comdev/projects.apache.org/trunk/data/committees.xml        Mon Jul 20 
14:06:46 2026        (r1936383)
@@ -211,7 +211,7 @@
   <location>committees/pdfbox.rdf</location>
   <location>committees/pekko.rdf</location>
   <location>committees/perl.rdf</location>
-  <location>committees/petri.rdf</location>
+  <!-- Retired: location>committees-retired/petri.rdf</location -->
   <location>committees/phoenix.rdf</location>
   <location>committees/pig.rdf</location>
   <location>committees/pinot.rdf</location>

Added: comdev/projects.apache.org/trunk/data/projects-override/petri.rdf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ comdev/projects.apache.org/trunk/data/projects-override/petri.rdf   Mon Jul 
20 14:06:46 2026        (r1936383)
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from http://petri.apache.org/petri.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://petri.apache.org";>
+    <created>2019-11-20</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Petri</name>
+    <homepage rdf:resource="http://petri.apache.org"; />
+    <asfext:pmc rdf:resource="https://attic.apache.org/"; />
+    <shortdesc>Apache Petri deals with the assessment of, education in, and 
adoption of the Foundation's policies and procedures for collaborative 
development and the pros and cons of joining the Foundation.</shortdesc>
+    <description>Apache Petri deals with the assessment of, education in, and 
adoption of the Foundation's policies and procedures for collaborative 
development and the pros and cons of joining the Foundation.</description>
+    <mailing-list 
rdf:resource="https://lists.apache.org/[email protected]"; />
+    <category rdf:resource="http://projects.apache.org/category/retired"; />
+    <category rdf:resource="http://projects.apache.org/category/education"; />
+    <bug-database rdf:resource="https://github.com/apache/petri/issues/"; />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/petri/"/>
+        <browse rdf:resource="https://github.com/apache/petri/"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Modified: comdev/projects.apache.org/trunk/data/projects.xml
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml  Mon Jul 20 13:58:55 
2026        (r1936382)
+++ comdev/projects.apache.org/trunk/data/projects.xml  Mon Jul 20 14:06:46 
2026        (r1936383)
@@ -299,7 +299,8 @@
   <location>http://parquet.apache.org/doap_Parquet.rdf</location>
   <location>http://pdfbox.apache.org/doap_PDFBox.rdf</location>
   
<location>http://svn.apache.org/repos/asf/perl/modperl/docs/trunk/doap_Perl.rdf</location>
-  <location>http://petri.apache.org/petri.rdf</location>
+  <!-- retired: location>http://petri.apache.org/petri.rdf</location -->
+  
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/petri.rdf</location>
   <location>https://seatunnel.apache.org/doap.rdf</location>
   <location>http://svn.apache.org/repos/asf/phoenix/doap_phoenix.rdf</location>
   <location>http://svn.apache.org/repos/asf/pig/trunk/doap_Pig.rdf</location>

Reply via email to