This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 19184326a RATIS-2153. ratis-version.properties missing from src bundle
(#1147)
19184326a is described below
commit 19184326a00535d28f8c09dfcd37852c3a8b1266
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Sep 10 08:13:07 2024 +0200
RATIS-2153. ratis-version.properties missing from src bundle (#1147)
---
ratis-assembly/src/main/assembly/src.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ratis-assembly/src/main/assembly/src.xml
b/ratis-assembly/src/main/assembly/src.xml
index 8c025c9c6..6aac4ec06 100644
--- a/ratis-assembly/src/main/assembly/src.xml
+++ b/ratis-assembly/src/main/assembly/src.xml
@@ -103,6 +103,7 @@
<include>README.md</include>
<include>mvnw.cmd</include>
<include>pom.xml</include>
+ <include>src/**</include>
<include>start-build-env.sh</include>
</includes>
<fileMode>0644</fileMode>