Author: niallp Date: Thu Nov 13 07:47:23 2025 New Revision: 1929702 Log: Add DOAP file for Griffin (in the process of being retired)
Added: comdev/projects.apache.org/trunk/data/projects-override/griffin.rdf Modified: comdev/projects.apache.org/trunk/data/projects.xml Added: comdev/projects.apache.org/trunk/data/projects-override/griffin.rdf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ comdev/projects.apache.org/trunk/data/projects-override/griffin.rdf Thu Nov 13 07:47:23 2025 (r1929702) @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<?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/"> +<!-- + 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://griffin.apache.org"> + <created>2018-11-21</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Griffin</name> + <homepage rdf:resource="http://griffin.apache.org" /> + <asfext:pmc rdf:resource="http://attic.apache.org/" /> + <shortdesc>Big Data Quality Solution For Batch and Streaming.</shortdesc> + <description>Big Data Quality Solution For Batch and Streaming.</description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/GRIFFIN" /> + <mailing-list rdf:resource="https://griffin.apache.org/docs/community.html" /> + <download-page rdf:resource="https://griffin.apache.org/docs/latest.html" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/retired" /> + <category rdf:resource="http://projects.apache.org/category/content" /> + <release> + <Version> + <name>Griffin 0.6.0</name> + <created>2020-11-12</created> + <revision>0.6.0</revision> + </Version> + </release> + <release> + <Version> + <name>Griffin 0.5.0</name> + <created>2019-04-09</created> + <revision>0.5.0</revision> + </Version> + </release> + <release> + <Version> + <name>Griffin 0.4.0</name> + <created>2019-01-05</created> + <revision>0.4.0</revision> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="https://gitbox.apache.org/repos/asf/griffin.git"/> + <browse rdf:resource="https://github.com/apache/griffin/"/> + </SVNRepository> + </repository> + </Project> +</rdf:RDF> Modified: comdev/projects.apache.org/trunk/data/projects.xml ============================================================================== --- comdev/projects.apache.org/trunk/data/projects.xml Thu Nov 13 06:46:12 2025 (r1929701) +++ comdev/projects.apache.org/trunk/data/projects.xml Thu Nov 13 07:47:23 2025 (r1929702) @@ -68,6 +68,7 @@ <!-- retired: location>http://forrest.apache.org/doap_Forrest.rdf</location --> <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/Forrest.rdf</location> <location>http://geode.apache.org/doap_Geode.rdf</location> + <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/griffin.rdf</location> <location>http://svn.apache.org/repos/asf/harmony/standard/doap_Harmony.rdf</location> <location>http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/doap_Hivemind.rdf</location> <location>http://svn.apache.org/repos/asf/jakarta/cactus/trunk/doap_Jakarta_Cactus.rdf</location>
