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 2018/01/31 19:57:19 UTC

helix git commit: Fix helix-front module not in pom.xml and update helix-front pom.xml

Repository: helix
Updated Branches:
  refs/heads/master 90cee8133 -> 056485b8e


Fix helix-front module not in pom.xml and update helix-front pom.xml


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/056485b8
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/056485b8
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/056485b8

Branch: refs/heads/master
Commit: 056485b8ed7ff965428e96c015722fe073fda934
Parents: 90cee81
Author: Junkai Xue <jx...@linkedin.com>
Authored: Wed Jan 31 11:42:11 2018 -0800
Committer: Junkai Xue <jx...@linkedin.com>
Committed: Wed Jan 31 11:55:24 2018 -0800

----------------------------------------------------------------------
 helix-front/pom.xml | 2 +-
 pom.xml             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/056485b8/helix-front/pom.xml
----------------------------------------------------------------------
diff --git a/helix-front/pom.xml b/helix-front/pom.xml
index babcf7f..dd7b131 100644
--- a/helix-front/pom.xml
+++ b/helix-front/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
    <groupId>org.apache.helix</groupId>
    <artifactId>helix</artifactId>
-   <version>0.6.10-SNAPSHOT</version>
+   <version>0.8.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/helix/blob/056485b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 145fe93..693e830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@ under the License.
     <module>helix-admin-webapp</module>
     <module>helix-rest</module>
     <module>helix-agent</module>
+    <module>helix-front</module>
     <module>recipes</module>
   </modules>