You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2021/07/03 15:37:37 UTC

svn commit: r1891229 - in /comdev/projects.apache.org/trunk/data: committees.xml projects-override/sqoop.rdf projects.xml

Author: hboutemy
Date: Sat Jul  3 15:37:37 2021
New Revision: 1891229

URL: http://svn.apache.org/viewvc?rev=1891229&view=rev
Log:
Sqoop is now retired

Added:
    comdev/projects.apache.org/trunk/data/projects-override/sqoop.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=1891229&r1=1891228&r2=1891229&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml (original)
+++ comdev/projects.apache.org/trunk/data/committees.xml Sat Jul  3 15:37:37 2021
@@ -217,7 +217,7 @@
   <location>committees/solr.rdf</location>
   <location>committees/spamassassin.rdf</location>
   <location>committees/spark.rdf</location>
-  <location>committees/sqoop.rdf</location>
+  <!-- Retired: location>committees-retired/sqoop.rdf</location -->
   <!-- Retired: location>committees-retired/stanbol.rdf</location -->
   <location>committees/steve.rdf</location>
   <location>committees/storm.rdf</location>

Added: comdev/projects.apache.org/trunk/data/projects-override/sqoop.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/sqoop.rdf?rev=1891229&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/sqoop.rdf (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/sqoop.rdf Sat Jul  3 15:37:37 2021
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from http://sqoop.apache.org/doap/doap_Sqoop.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://sqoop.apache.org">
+    <created>2014-09-21</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Sqoop</name>
+    <homepage rdf:resource="http://sqoop.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org/" />
+    <shortdesc>Apache Sqoop(TM) is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases.</shortdesc>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/SQOOP" />
+    <mailing-list rdf:resource="http://sqoop.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://sqoop.apache.org/" />
+    <programming-language>Java</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 Sqoop 1.4.5</name>
+        <created>2014-08-20</created>
+        <revision>1.4.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/sqoop.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=sqoop.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Sqoop</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@sqoop.apache.org"/>
+      </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=1891229&r1=1891228&r2=1891229&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Sat Jul  3 15:37:37 2021
@@ -287,7 +287,8 @@
   <location>https://solr.apache.org/doap/solr-operator.rdf</location>
   <location>http://spamassassin.apache.org/doap.rdf</location>
   <location>http://spark.apache.org/doap.rdf</location>
-  <location>http://sqoop.apache.org/doap/doap_Sqoop.rdf</location>
+  <!-- retired: location>http://sqoop.apache.org/doap/doap_Sqoop.rdf</location -->
+  <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/sqoop.rdf</location>
   <!-- retired: location>http://stanbol.apache.org/doap.rdf</location -->
   <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/stanbol.rdf</location>
   <location>http://svn.apache.org/repos/asf/steve/trunk/doap_steve.rdf</location>