This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/0.4.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/release/0.4.0 by this push:
new eb08ed7 Fix path typo
eb08ed7 is described below
commit eb08ed7e8cef65df78ee830d77baca0c6fbe7736
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Jun 30 16:59:03 2023 +0200
Fix path typo
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4639707..dee1dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
<artifactId>log4j-changelog-maven-plugin</artifactId>
<version>${log4j-changelog-maven-plugin.version}</version>
<configuration>
-
<outputDirectory>${project.build.directory}/generated-sources/site/release-notes</outputDirectory>
+
<outputDirectory>${project.build.directory}/release-notes</outputDirectory>
<indexTemplates>
<template>
<source>.index.md.ftl</source>