Repository: kafka Updated Branches: refs/heads/trunk ac434a4eb -> 563611935
MINOR: Remove <release> tag from doap file The information from this file is displayed in: https://projects.apache.org/project.html?kafka I removed the tag instead of fixing it because it's one more thing to maintain and neither Hadoop nor ZooKeeper have it (httpd does though). Author: Ismael Juma <[email protected]> Reviewers: Guozhang Wang <[email protected]> Closes #1378 from ijuma/remove-release-from-doap Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/56361193 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/56361193 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/56361193 Branch: refs/heads/trunk Commit: 563611935d5d559722712cb00820c31a42d5726c Parents: ac434a4 Author: Ismael Juma <[email protected]> Authored: Thu May 12 22:06:14 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Thu May 12 22:06:14 2016 +0100 ---------------------------------------------------------------------- doap_Kafka.rdf | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/56361193/doap_Kafka.rdf ---------------------------------------------------------------------- diff --git a/doap_Kafka.rdf b/doap_Kafka.rdf index 5381e9f..88e50a6 100644 --- a/doap_Kafka.rdf +++ b/doap_Kafka.rdf @@ -1,8 +1,8 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl"?> <rdf:RDF xml:lang="en" - xmlns="http://usefulinc.com/ns/doap#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <!-- @@ -12,9 +12,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -34,13 +34,6 @@ <download-page rdf:resource="http://kafka.apache.org/downloads.html" /> <programming-language>Scala</programming-language> <category rdf:resource="http://projects.apache.org/category/big-data" /> - <release> - <Version> - <name>Kafka 0.8.1</name> - <created>2014-03-12</created> - <revision>0.8.1</revision> - </Version> - </release> <repository> <SVNRepository> <location rdf:resource="http://git-wip-us.apache.org/repos/asf/kafka.git"/>
