You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2020/01/16 21:11:08 UTC

[helix] branch master updated: Enable helix-front for release

This is an automated email from the ASF dual-hosted git repository.

hulee 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 662dc0f  Enable helix-front for release
662dc0f is described below

commit 662dc0f14ed1db49f2c1a41bf55c7cfcecbc7241
Author: Hunter Lee <hu...@linkedin.com>
AuthorDate: Thu Jan 16 13:11:01 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 6c78f06..2ffdf93 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>