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

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


The following commit(s) were added to refs/heads/release/0.9.0 by this push:
     new 53bda65  Fix `downloadUrl` in `pom.xml`
53bda65 is described below

commit 53bda65fd3987b3d65300a6165627609b8653424
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 8 15:40:02 2024 +0200

    Fix `downloadUrl` in `pom.xml`
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58058b5..a7b6070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
   </ciManagement>
 
   <distributionManagement>
-    
<downloadUrl>https://logging.apache.org/log4j/tools/latest/#distribution</downloadUrl>
+    <downloadUrl>https://logging.apache.org/log4j/tools</downloadUrl>
   </distributionManagement>
 
   <properties>

Reply via email to