Author: sebb
Date: Thu Sep 25 14:12:52 2025
New Revision: 1928764

Log:
+= Grails, Devlake

Added:
   comdev/projects.apache.org/trunk/data/committees/devlake.rdf   (contents, 
props changed)
   comdev/projects.apache.org/trunk/data/committees/grails.rdf   (contents, 
props changed)
Modified:
   comdev/projects.apache.org/trunk/data/committees.xml

Modified: comdev/projects.apache.org/trunk/data/committees.xml
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml        Thu Sep 25 
14:06:56 2025        (r1928763)
+++ comdev/projects.apache.org/trunk/data/committees.xml        Thu Sep 25 
14:12:52 2025        (r1928764)
@@ -84,6 +84,7 @@
   <location>committees/deltaspike.rdf</location>
   <!-- Retired <location>committees-retired/devicemap.rdf</location> -->
   <!-- Retired <location>committees-retired/directmemory.rdf</location-->
+  <location>committees/devlake.rdf</location>
   <location>committees/directory.rdf</location>
   <!-- Retired: location>committees-retired/drat.rdf</location -->
   <location>committees/dolphinscheduler.rdf</location>
@@ -112,6 +113,7 @@
   <!-- Retired: location>committees-retired/giraph.rdf</location -->
   <location>committees/gobblin.rdf</location>
   <!-- Retired: location>committees-retired/gora.rdf</location -->
+  <location>committees/grails.rdf</location>
   <location>committees/gravitino.rdf</location>
   <location>committees/griffin.rdf</location>
   <location>committees/groovy.rdf</location>

Added: comdev/projects.apache.org/trunk/data/committees/devlake.rdf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ comdev/projects.apache.org/trunk/data/committees/devlake.rdf        Thu Sep 
25 14:12:52 2025        (r1928764)
@@ -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="devlake">
+    <asfext:name>Apache DevLake</asfext:name>
+    <asfext:charter>
+    The mission of Apache DevLake is the creation and maintenance of software
+    related to a development data platform, providing the data infrastructure 
for developer teams to analyze and improve their engineering productivity
+    </asfext:charter>
+    <foaf:homepage rdf:resource="https://devlake.apache.org"/>
+  </asfext:pmc>
+</rdf:RDF>

Added: comdev/projects.apache.org/trunk/data/committees/grails.rdf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ comdev/projects.apache.org/trunk/data/committees/grails.rdf Thu Sep 25 
14:12:52 2025        (r1928764)
@@ -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="grails">
+    <asfext:name>Apache Grails</asfext:name>
+    <asfext:charter>
+    The mission of Apache Grails is the creation and maintenance of software
+    related to the development of a powerful Groovy-based web application 
framework for the JVM built on top of Spring Boot
+    </asfext:charter>
+    <foaf:homepage rdf:resource="https://grails.apache.org"/>
+  </asfext:pmc>
+</rdf:RDF>

Reply via email to