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

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

commit aa30cb2a07439d8b9028bfa3b90cb5084aeb3253
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 16:29:31 2023 +0200

    Add `README.adoc` to the distribution too
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9fcdf61..1319349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -654,6 +654,7 @@
                 SortedMap pathByFile = new TreeMap();
                 pathByFile.put("src.zip", new File("target/src.zip").toPath());
                 pathByFile.put("RELEASE-NOTES.md", new 
File("target/release-notes/${project.version}.md").toPath());
+                pathByFile.put("README.adoc", new 
File("README.adoc").toPath());
                 pathByFile.put("NOTICE.txt", new File("NOTICE.txt").toPath());
                 pathByFile.put("LICENSE.txt", new 
File("LICENSE.txt").toPath());
 

Reply via email to