You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/04/25 22:25:21 UTC

[accumulo-website] branch master updated: Move doap and update issue tracker

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 56428ab  Move doap and update issue tracker
56428ab is described below

commit 56428ab48b4396c5daedea187a1938802b927392
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Apr 25 18:24:02 2018 -0400

    Move doap and update issue tracker
    
    * Also format the doap using xmllint
---
 contributor/making-release.md          |  2 +-
 doap_Accumulo.rdf => doap/accumulo.rdf | 31 ++++++++++++++++---------------
 2 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/contributor/making-release.md b/contributor/making-release.md
index 78cdf53..0a67a27 100644
--- a/contributor/making-release.md
+++ b/contributor/making-release.md
@@ -124,7 +124,7 @@ After a successful vote, [this website][website-repo] needs to be updated with t
   * Update downloads page
   * Create a post in `_posts/release/` containing release notes
   * Remove previous bug-fix release (if applicable)
-  * Update doap_Accumulo.rdf
+  * Update doap/accumulo.rdf
 
 ### Documentation
 
diff --git a/doap_Accumulo.rdf b/doap/accumulo.rdf
similarity index 87%
rename from doap_Accumulo.rdf
rename to doap/accumulo.rdf
index 73ca457..883c08d 100644
--- a/doap_Accumulo.rdf
+++ b/doap/accumulo.rdf
@@ -1,11 +1,7 @@
 <?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/">
-<!--
+<rdf:RDF 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/" xml:lang="en">
+  <!--
     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.
@@ -23,16 +19,21 @@
 -->
   <Project rdf:about="https://accumulo.apache.org">
     <created>2012-03-26</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Accumulo</name>
-    <homepage rdf:resource="https://accumulo.apache.org" />
-    <asfext:pmc rdf:resource="https://accumulo.apache.org" />
-    <description>The Apache Accumulo sorted, distributed key/value store is based on Google's BigTable design. It is built on top of Apache Hadoop, Apache Zookeeper, and Apache Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ACCUMULO" />
-    <mailing-list rdf:resource="https://accumulo.apache.org/mailing_list" />
-    <download-page rdf:resource="https://accumulo.apache.org/downloads" />
+    <homepage rdf:resource="https://accumulo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
+    <description>The Apache Accumulo sorted, distributed key/value store is
+      based on Google's BigTable design. It is built on top of Apache Hadoop,
+      Apache Zookeeper, and Apache Thrift. It features a few novel improvements
+      on the BigTable design in the form of cell-level access labels and a
+      server-side programming mechanism that can modify key/value pairs at
+      various points in the data management process.</description>
+    <bug-database rdf:resource="https://github.com/apache/accumulo/issues"/>
+    <mailing-list rdf:resource="https://accumulo.apache.org/mailing_list"/>
+    <download-page rdf:resource="https://accumulo.apache.org/downloads"/>
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/database" />
+    <category rdf:resource="http://projects.apache.org/category/database"/>
     <release>
       <Version>
         <name>Apache Accumulo</name>
@@ -238,7 +239,7 @@
     <maintainer>
       <foaf:Person>
         <foaf:name>Michael Wall</foaf:name>
-          <foaf:mbox rdf:resource="mailto:mjwall@apache.org"/>
+        <foaf:mbox rdf:resource="mailto:mjwall@apache.org"/>
       </foaf:Person>
     </maintainer>
   </Project>

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.