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/21 18:21:36 UTC

[helix] branch helix-0.9.300-release created (now 0a9dfc4)

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

hulee pushed a change to branch helix-0.9.300-release
in repository https://gitbox.apache.org/repos/asf/helix.git.


      at 0a9dfc4  Enable helix-front for release

This branch includes the following new commits:

     new 0a9dfc4  Enable helix-front for release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0a9dfc4d615a3f3c3aeca15a95c12b72ab1b3384
Author: Hunter Lee <hu...@linkedin.com>
AuthorDate: Tue Jan 21 10:20:43 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>