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 2020/07/01 19:54:32 UTC

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

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

jxue pushed a commit to branch release-1.0.1
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/release-1.0.1 by this push:
     new d976192  Enable helix-front for release
d976192 is described below

commit d976192c63b90d1484a222d75a35e72478bacf67
Author: Junkai Xue <jx...@linkedin.com>
AuthorDate: Wed Jul 1 12:54:25 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 113180c..80f15ad 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>