Repository: thrift Updated Branches: refs/heads/master 54a2e6452 -> d25440909
doap.rdf: add 0.9.2 and 0.9.3 release Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/d2544090 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/d2544090 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/d2544090 Branch: refs/heads/master Commit: d254409095b0635e713d20881240e948ebf433bc Parents: 54a2e64 Author: Roger Meier <[email protected]> Authored: Sun Nov 29 18:00:50 2015 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Nov 29 18:00:50 2015 +0100 ---------------------------------------------------------------------- doap.rdf | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/d2544090/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index b6396d9..ac8d785 100755 --- a/doap.rdf +++ b/doap.rdf @@ -57,6 +57,16 @@ <release rdf:parseType="Collection"> <Version> <name>Apache Thrift</name> + <created>2015-09-25</created> + <revision>0.9.3</revision> + </Version> + <Version> + <name>Apache Thrift</name> + <created>2014-11-05</created> + <revision>0.9.2</revision> + </Version> + <Version> + <name>Apache Thrift</name> <created>2013-08-22</created> <revision>0.9.1</revision> </Version>
