Repository: vxquery Updated Branches: refs/heads/master 2db20490c -> 1c8547387
fix year of 0.6 release in DOAP Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/1c854738 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/1c854738 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/1c854738 Branch: refs/heads/master Commit: 1c8547387d23289f9af74e8992883ab306e12e72 Parents: 2db2049 Author: Till Westmann <[email protected]> Authored: Fri Jul 8 11:38:03 2016 -0700 Committer: Till Westmann <[email protected]> Committed: Fri Jul 8 11:38:03 2016 -0700 ---------------------------------------------------------------------- doap.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/1c854738/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 51a5a44..591de13 100644 --- a/doap.rdf +++ b/doap.rdf @@ -45,7 +45,7 @@ <release> <Version> <name>Apache VXQuery</name> - <created>2015-05-26</created> + <created>2016-05-26</created> <revision>0.6</revision> </Version> </release>
