This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ceb3af75 Fix links in DOAP file
ceb3af75 is described below

commit ceb3af75e25948432f73406c117e4826469cc413
Author: Piotr P. Karwasz <piotr.git...@karwasz.org>
AuthorDate: Mon Mar 17 13:09:35 2025 +0100

    Fix links in DOAP file
---
 content/doaps/doap_Log4j.rdf | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/doaps/doap_Log4j.rdf b/content/doaps/doap_Log4j.rdf
index ab598ac7..5453e135 100644
--- a/content/doaps/doap_Log4j.rdf
+++ b/content/doaps/doap_Log4j.rdf
@@ -22,21 +22,21 @@
     limitations under the License.
 -->
   <Project rdf:about="https://logging.apache.org/log4j";>
-    <created>2023-03-06</created>
+    <created>1999-01-01</created>
     <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
     <name>Apache Log4j</name>
-    <homepage rdf:resource="https://logging.apache.org/log4j"; />
+    <homepage rdf:resource="https://logging.apache.org/log4j/2.x/index.html"; />
     <asfext:pmc rdf:resource="https://logging.apache.org"; />
-    <shortdesc>Apache log4j provides logging services for Java.</shortdesc>
+    <shortdesc>Apache Log4j is a versatile, feature-rich, efficient logging 
API and backend for Java.</shortdesc>
     <bug-database 
rdf:resource="https://github.com/apache/logging-log4j2/issues"; />
-    <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"; />
+    <mailing-list rdf:resource="https://logging.apache.org/support.html"; />
+    <download-page 
rdf:resource="https://logging.apache.org/log4j/2.x/download.html"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="https://projects.apache.org/category/library"; />
     <repository>
       <GitRepository>
-        <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"/>
+        <location rdf:resource="https://github.com/apache/logging-log4j2.git"/>
+        <browse rdf:resource="https://github.com/apache/logging-log4j2/"/>
       </GitRepository>
     </repository>
   </Project>

Reply via email to