You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/05/12 02:58:12 UTC

[helix] 03/03: Enable helix-front for release

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 <jx...@linkedin.com>
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>