Minor enhancements/fixes in the project's DOAP file
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/d7924da0 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/d7924da0 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/d7924da0 Branch: refs/heads/develop Commit: d7924da04a6e1f3b3ca44400a49dbbc3df511bd8 Parents: 46d34a5 Author: Paul Merlin <[email protected]> Authored: Tue Apr 28 08:36:21 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Apr 28 08:36:21 2015 +0200 ---------------------------------------------------------------------- doap.rdf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/d7924da0/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 77e74c3..c39ac4b 100644 --- a/doap.rdf +++ b/doap.rdf @@ -30,7 +30,7 @@ ======================================================================= --> - <Project rdf:about="http://zest.rdf.apache.org/"> + <Project rdf:about="http://zest.apache.org/"> <created>2008-12-17</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> <name>Apache Zest</name> @@ -45,8 +45,8 @@ between layers are controlled/enforced. </description> <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZEST" /> - <mailing-list rdf:resource="http://zest.apache.org/mailing-lists.html" /> - <download-page rdf:resource="http://zest.apache.org/download.html" /> + <mailing-list rdf:resource="http://zest.apache.org/community/get_help.html" /> + <download-page rdf:resource="http://zest.apache.org/downloads.html" /> <programming-language>Java</programming-language> <programming-language>C#</programming-language> @@ -54,6 +54,12 @@ <programming-language>Ruby</programming-language> <programming-language>Scala</programming-language> <category rdf:resource="http://projects.apache.org/category/osgi" /> + <repository> + <GitRepository> + <location rdf:resource="https://github.com/apache/zest-qi4j.git"/> + <browse rdf:resource="https://github.com/apache/zest-qi4j"/> + </GitRepository> + </repository> <maintainer> <foaf:Person> <foaf:name>Niclas Hedhman</foaf:name>
