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
The following commit(s) were added to refs/heads/master by this push:
new 6a02a25 Enable helix-front for release
6a02a25 is described below
commit 6a02a2545ddff940801b605730f3feec554ac106
Author: Junkai Xue <[email protected]>
AuthorDate: Mon May 4 12:13:16 2020 -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 04d0039..86a82ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@ under the License.
<module>helix-rest</module>
<module>helix-lock</module>
<module>helix-agent</module>
- <!--<module>helix-front</module>-->
+ <module>helix-front</module>
<module>recipes</module>
</modules>