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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 7776334bbd2689f2c59bcf0c7d28281d89640bcd
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Oct 20 15:38:03 2023 +0200

    Add `distributionManagement.downloadUrl` (used in SBOM) to POM
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb657b8..3d2c3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <version>${revision}</version>
   <packaging>pom</packaging>
 
-  <url>https://github.com/apache/logging-log4j-tools</url>
+  <url>https://logging.apache.org/log4j/tools</url>
 
   <inceptionYear>2022</inceptionYear>
 
@@ -106,6 +106,10 @@
     <url>https://github.com/apache/logging-log4j-tools/actions</url>
   </ciManagement>
 
+  <distributionManagement>
+    
<downloadUrl>https://logging.apache.org/log4j/tools/latest/#distribution</downloadUrl>
+  </distributionManagement>
+
   <properties>
 
     <!-- project version -->

Reply via email to