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/6d13ad40 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/6d13ad40 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/6d13ad40 Branch: refs/heads/prestonc/xmark Commit: 6d13ad403983feaf7f59216e54b00583445923d4 Parents: 61f68a3 Author: Till Westmann <[email protected]> Authored: Mon May 4 23:07:27 2015 -0700 Committer: Eldon Carman <[email protected]> Committed: Wed Jun 3 14:23:47 2015 -0700 ---------------------------------------------------------------------- doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/6d13ad40/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>
