This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a commit to branch helix-0.9.x
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/helix-0.9.x by this push:
new 56a9f00 Enable helix-front for release
56a9f00 is described below
commit 56a9f00ab884250064e2be1f7b03cada217f0f6a
Author: Hunter Lee <[email protected]>
AuthorDate: Tue Jan 21 18:31:51 2020 -0800
Enable helix-front for release
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f1c2b8..34761af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@ under the License.
<module>helix-admin-webapp</module>
<module>helix-rest</module>
<module>helix-agent</module>
- <!--<module>helix-front</module>-->
+ <module>helix-front</module>
<module>recipes</module>
</modules>