adoroszlai opened a new pull request, #1147: URL: https://github.com/apache/ratis/pull/1147
## What changes were proposed in this pull request? `ratis-version.properties` added in RATIS-1840 needs to be added to the `src` assembly. https://issues.apache.org/jira/browse/RATIS-2153 ## How was this patch tested? ``` $ mvn -DskipTests clean verify ... $ tar tzvf ratis-assembly/target/ratis-assembly-*-src.tar.gz | grep 'src/src' drwxr-xr-x root/root 0 2023-11-19 15:23 apache-ratis-3.2.0-SNAPSHOT-src/src/ drwxr-xr-x root/root 0 2023-11-19 15:23 apache-ratis-3.2.0-SNAPSHOT-src/src/main/ drwxr-xr-x root/root 0 2023-11-19 15:23 apache-ratis-3.2.0-SNAPSHOT-src/src/main/resources/ -rw-r--r-- root/root 873 2023-11-19 15:23 apache-ratis-3.2.0-SNAPSHOT-src/src/main/resources/ratis-version.properties ``` CI: https://github.com/adoroszlai/ratis/actions/runs/10778262480 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
