lowercase the 'xml' category
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/8cdc67ce Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/8cdc67ce Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/8cdc67ce Branch: refs/heads/master Commit: 8cdc67ce6e4b67faf563e1b0753b07cf69c7dbf1 Parents: 7db3f9e Author: Till Westmann <[email protected]> Authored: Thu Jan 22 22:54:35 2015 -0800 Committer: Preston Carman <[email protected]> Committed: Thu Feb 5 11:58:16 2015 -0800 ---------------------------------------------------------------------- doap.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/8cdc67ce/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index b535959..d690c74 100644 --- a/doap.rdf +++ b/doap.rdf @@ -34,7 +34,7 @@ <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/vxquery/" /> <programming-language>Java</programming-language> <category rdf:resource="http://projects.apache.org/category/big-data" /> - <category rdf:resource="http://projects.apache.org/category/XML" /> + <category rdf:resource="http://projects.apache.org/category/xml" /> <release> <Version> <name>Apache VXQuery</name>
