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-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new d825c14  Fix `downloadUrl`
d825c14 is described below

commit d825c145d9826350722da7e3293735311d0436bb
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 19 12:43:19 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index 4b4e1b2..6a14321 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
   </ciManagement>
 
   <distributionManagement>
-    
<downloadUrl>https://logging.apache.org/log4j/kotlin/latest/#distribution</downloadUrl>
+    <downloadUrl>https://logging.apache.org/download.html</downloadUrl>
   </distributionManagement>
 
   <properties>

Reply via email to