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 1a91797068a71a4bbcdf5c2c4b06e3b62b3f2945 Author: Junkai Xue <[email protected]> AuthorDate: Wed Jun 8 18:16:15 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>
