This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit afd68f3ca3c4d0073174bc1e83d82a21772108c2 Author: Junkai Xue <[email protected]> AuthorDate: Wed May 11 19:58:00 2022 -0700 Enable helix-front for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 991d2a958..b047118c5 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ <module>helix-rest</module> <module>helix-lock</module> <module>helix-agent</module> - <!--<module>helix-front</module>--> + <module>helix-front</module> <module>recipes</module> <module>helix-view-aggregator</module> </modules>
