You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ad...@apache.org on 2022/05/08 08:43:32 UTC

[ratis] branch master updated: RATIS-1576. Add ratis-shell to source assembly (#642)

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 9395b12c RATIS-1576. Add ratis-shell to source assembly (#642)
9395b12c is described below

commit 9395b12cb3dedc78991c5f8a261430996c058047
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sun May 8 10:43:27 2022 +0200

    RATIS-1576. Add ratis-shell to source assembly (#642)
---
 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 7e4e38b5..a28e4098 100644
--- a/ratis-assembly/src/main/assembly/src.xml
+++ b/ratis-assembly/src/main/assembly/src.xml
@@ -40,6 +40,7 @@
         <include>org.apache.ratis:ratis-replicated-map</include>
         <include>org.apache.ratis:ratis-server-api</include>
         <include>org.apache.ratis:ratis-server</include>
+        <include>org.apache.ratis:ratis-shell</include>
         <include>org.apache.ratis:ratis-test</include>
         <include>org.apache.ratis:ratis-metrics</include>
         <include>org.apache.ratis:ratis-tools</include>