Repository: vxquery Updated Branches: refs/heads/prestonc/patch 803ef5e6d -> c9aee9a57
VXQUERY-144: fix doap.rdf Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/c9aee9a5 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/c9aee9a5 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/c9aee9a5 Branch: refs/heads/prestonc/patch Commit: c9aee9a578bc089ead4835084388d9c1b9bce6b8 Parents: 803ef5e Author: Till Westmann <[email protected]> Authored: Mon May 4 23:07:27 2015 -0700 Committer: Till Westmann <[email protected]> Committed: Mon May 4 23:07:27 2015 -0700 ---------------------------------------------------------------------- doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/c9aee9a5/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index d690c74..fad42f6 100644 --- a/doap.rdf +++ b/doap.rdf @@ -55,9 +55,9 @@ </foaf:Person> </maintainer> <asfext:implements><asfext:Standard> - <asfext:title>XQuery 1.0</asfext:title> + <asfext:title>XQuery 1.0: An XML Query Language</asfext:title> <asfext:body>W3C</asfext:body> - <asfext:id></asfext:id> + <asfext:id>XQuery 1.0</asfext:id> <asfext:url rdf:resource="http://www.w3.org/TR/xquery/"/> </asfext:Standard></asfext:implements> </Project>
