You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mj...@apache.org on 2016/04/28 14:19:01 UTC

accumulo git commit: Update our category in the project RDF file

Repository: accumulo
Updated Branches:
  refs/heads/gh-pages 492ad8ff3 -> 3154c1dc1


Update our category in the project RDF file

Currently the tag is

 <category rdf:resource="https://projects.apache.org/projects.html?category#database" />

Which is not rendering correctly on https://projects.apache.org/projects.html?category

Looking at other databases, I updated it to

 <category rdf:resource="http://projects.apache.org/category/database" />


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3154c1dc
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3154c1dc
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3154c1dc

Branch: refs/heads/gh-pages
Commit: 3154c1dc1386850aa9bdcee27b71045bad01623b
Parents: 492ad8f
Author: Michael Wall <mj...@apache.org>
Authored: Thu Apr 28 08:15:30 2016 -0400
Committer: Michael Wall <mj...@apache.org>
Committed: Thu Apr 28 08:15:30 2016 -0400

----------------------------------------------------------------------
 doap_Accumulo.rdf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/3154c1dc/doap_Accumulo.rdf
----------------------------------------------------------------------
diff --git a/doap_Accumulo.rdf b/doap_Accumulo.rdf
index f6e3d57..bd3fa13 100644
--- a/doap_Accumulo.rdf
+++ b/doap_Accumulo.rdf
@@ -1,8 +1,8 @@
 <?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="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/">
 <!--
@@ -12,9 +12,9 @@
     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.
@@ -32,7 +32,7 @@
     <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="https://projects.apache.org/projects.html?category#database" />
+    <category rdf:resource="http://projects.apache.org/category/database" />
     <release>
       <Version>
         <name>Apache Accumulo</name>