I'm in the road so I cannot check easily but in Commons I think we track all versions in the list file. I might be remembering incorrectly though.Gary
-------- Original message -------- From: Ralph Goers <ralph.go...@dslextreme.com> Date: 06/15/2015 08:43 (GMT-08:00) To: Log4J Developers List <log4j-dev@logging.apache.org> Subject: Re: logging-log4j2 git commit: Add doap file I assume you mean in the file itself? I am not sure. Log4j 1.x only has a single version. I haven’t added the doap file to https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml yet. However, the 1.x file also needs to be updated as its link takes you to 2.x Ralph On Jun 15, 2015, at 8:22 AM, Gary Gregory <garydgreg...@gmail.com> wrote: Hi Ralph, Shouldn't we have entries for 2.0 _through_ 2.3? Gary ---------- Forwarded message ---------- From: <rgo...@apache.org> Date: Mon, Jun 15, 2015 at 7:38 AM Subject: logging-log4j2 git commit: Add doap file To: comm...@logging.apache.org Repository: logging-log4j2 Updated Branches: refs/heads/master 3b2738f83 -> 14e0c3a25 Add doap file Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/14e0c3a2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/14e0c3a2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/14e0c3a2 Branch: refs/heads/master Commit: 14e0c3a25542d31840d145c71d03c0d4a286fb5c Parents: 3b2738f Author: Ralph Goers <rgo...@nextiva.com> Authored: Mon Jun 15 07:38:38 2015 -0700 Committer: Ralph Goers <rgo...@nextiva.com> Committed: Mon Jun 15 07:38:38 2015 -0700 ---------------------------------------------------------------------- doap_log4j2.rdf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/14e0c3a2/doap_log4j2.rdf ---------------------------------------------------------------------- diff --git a/doap_log4j2.rdf b/doap_log4j2.rdf new file mode 100644 index 0000000..b24835c --- /dev/null +++ b/doap_log4j2.rdf @@ -0,0 +1,51 @@ +<?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:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + 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. + See the License for the specific language governing permissions and + limitations under the License. + +--> + <Project rdf:about="http://logging.apache.org/log4j/2.x"> + <created>2010-05-12</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache log4j</name> + <homepage rdf:resource="http://logging.apache.org/log4j/2.x" /> + <asfext:pmc rdf:resource="http://logging.apache.org" /> + <shortdesc>Apache log4j provides logging services for Java.</shortdesc> + <bug-database rdf:resource="http://issues.apache.org/jira" /> + <mailing-list rdf:resource="http://logging.apache.org/log4j/2.x/mail-lists.html" /> + <download-page rdf:resource="http://logging.apache.org/log4j/2.x/download.html" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/library" /> + <release> + <Version> + <name>Apache log4j 2</name> + <created>2015-05-09</created> + <revision>2.3</revision> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="http://git-wip-us.apache.org/repos/asf/logging-log4j2.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree"/> + </SVNRepository> + </repository> + </Project> +</rdf:RDF> \ No newline at end of file -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory