You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/08/08 02:48:49 UTC

git commit: [HELIX-498] Update configurations and static files to reflect TLP

Repository: helix
Updated Branches:
  refs/heads/master 8487c71a8 -> ecfedff24


[HELIX-498] Update configurations and static files to reflect TLP


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

Branch: refs/heads/master
Commit: ecfedff24185001363e0795a4ca461e65bd5ac03
Parents: 8487c71
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Aug 7 14:48:21 2014 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Aug 7 14:48:21 2014 -0700

----------------------------------------------------------------------
 DISCLAIMER                                      |  15 --
 HelixProposal.mediawiki                         | 160 -------------------
 NOTICE                                          |  37 +++++
 helix-admin-webapp/DISCLAIMER                   |  15 --
 helix-admin-webapp/NOTICE                       |  67 ++++----
 .../helix-admin-webapp-0.7.1-SNAPSHOT.ivy       |  46 ++++++
 ...x-admin-webapp-0.7.1-incubating-SNAPSHOT.ivy |  47 ------
 helix-admin-webapp/pom.xml                      |   2 +-
 helix-agent/DISCLAIMER                          |  15 --
 helix-agent/NOTICE                              |  63 ++++----
 helix-agent/pom.xml                             |   2 +-
 helix-core/DISCLAIMER                           |  15 --
 helix-core/NOTICE                               |  63 ++++----
 helix-core/helix-core-0.7.1-SNAPSHOT.ivy        |  65 ++++++++
 .../helix-core-0.7.1-incubating-SNAPSHOT.ivy    |  65 --------
 helix-core/pom.xml                              |   2 +-
 helix-examples/DISCLAIMER                       |  15 --
 helix-examples/NOTICE                           |  63 ++++----
 helix-examples/pom.xml                          |   2 +-
 helix-provisioning/DISCLAIMER                   |  15 --
 helix-provisioning/NOTICE                       |  63 ++++----
 helix-provisioning/pom.xml                      |   2 +-
 pom.xml                                         |   2 +-
 recipes/distributed-lock-manager/README.md      |   4 +-
 recipes/distributed-lock-manager/pom.xml        |   2 +-
 recipes/helloworld-provisioning-yarn/pom.xml    |   2 +-
 .../main/resources/hello_world_app_spec.yaml    |   4 +-
 recipes/jobrunner-yarn/pom.xml                  |   2 +-
 .../src/main/resources/job_runner_app_spec.yaml |   6 +-
 recipes/pom.xml                                 |   2 +-
 recipes/rabbitmq-consumer-group/README.md       |   2 +-
 recipes/rabbitmq-consumer-group/pom.xml         |   2 +-
 recipes/rsync-replicated-file-system/README.md  |   2 +-
 recipes/rsync-replicated-file-system/pom.xml    |   2 +-
 recipes/service-discovery/README.md             |   4 +-
 recipes/service-discovery/pom.xml               |   2 +-
 recipes/task-execution/README.md                |   2 +-
 recipes/task-execution/pom.xml                  |   3 +-
 recipes/user-defined-rebalancer/README.md       |   4 +-
 recipes/user-defined-rebalancer/pom.xml         |   2 +-
 website/0.6.1-incubating/pom.xml                |   2 +-
 website/0.6.2-incubating/pom.xml                |   2 +-
 website/0.6.3/pom.xml                           |   2 +-
 website/0.7.0-incubating/pom.xml                |   2 +-
 website/pom.xml                                 |   2 +-
 website/trunk/pom.xml                           |   2 +-
 46 files changed, 352 insertions(+), 548 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/HelixProposal.mediawiki
----------------------------------------------------------------------
diff --git a/HelixProposal.mediawiki b/HelixProposal.mediawiki
deleted file mode 100644
index a3af24b..0000000
--- a/HelixProposal.mediawiki
+++ /dev/null
@@ -1,160 +0,0 @@
-<!---
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-== Abstract ==
-Helix is a cluster management system for managing partitioned and replicated resources in distributed data systems.
-
-== Proposal ==
-Helix provides an abstraction that separates coordination and management tasks from functional tasks of a distributed system. The developer defines the system behavior via a state machine, the transitions between those states, and constraints on states and transitions that govern the system’s valid settings. Helix ensures the distributed system satisfies the state machine, controlling state changes as appropriate during common operational activities such as upgrades, component failures, bootstrapping, running maintenance tasks, and adding capacity.
-
-== Background ==
-Helix was developed at LinkedIn to manage large clusters for several diverse applications, including a distributed, partitioned, replicated, highly available document store with a master-slave model, a search service with multiple replicas that are updated atomically and in near real-time, and a change data capture service for reliably transporting database changes to caches, other dependent databases and indexes.
-
-These services use Helix to reliably manage dozens of clusters in multiple data centers.  These services meet stringent SLAs at large scale for mission-critical production applications such as search, social gestures, and profiles.
-Helix has proven to be flexible for a wide variety of system configurations and operational patterns, is easy to integrate, with pluggable interfaces enabling custom behavior.  It depends on Apache Zookeeper for coordination and tracking of system state across the cluster, as well as providing fault tolerance.
-Helix is written in Java. It was developed internally at LinkedIn to meet our particular use cases, but will be useful to many organizations facing a similar need to manage large clusters. Therefore, we would like to share it the ASF and begin developing a community of developers and users within Apache.
-
-== Rationale ==
-Many organizations can benefit from a generalized cluster management system such as Helix. While our distributed data systems use-cases for a very large website like LinkedIn has driven the design of Helix, its uses are varied and we expect many new use cases to emerge.
-
-== Current Status ==
-=== Meritocracy ===
-Our intent with this incubator proposal is to start building a diverse developer community around Helix following the Apache meritocracy model. Since Helix was initially developed in late 2011, we have had fast adoption and contributions by multiple teams at LinkedIn. 
-We plan to continue support for new contributors and work with those who contribute significantly to the project to make them committers.
-
-=== Community ===
-Helix is currently being used internally at LinkedIn and is in production in that company for customer-facing features. Recent public presentations of Helix and its goals garnered much interest from potential contributors. We hope to extend our contributor base significantly and invite all those who are interested in building large-scale distributed systems to participate.
-To further this goal, we use GitHub issue tracking and branching facilities.
-
-=== Core Developers ===
-Helix is currently being developed by three engineers at LinkedIn: Kishore Gopalakrishna, Shi Lu and Jason Zheng, and Adam Silberstein, an engineer at Trifacta.  Kishore, the lead developer and architect, has experience within Apache as an S4 committer. Shi developed the partition to node mapping and rebalancing algorithm, cluster admin APIs, and the health check framework.  Jason developed the cluster controller and most of the test framework.  Adam developed the rich alerting framework that enables cluster-wide, “intelligent“ alerts.
-
-=== Alignment ===
-The ASF is the natural choice to host the Helix project as its goal of encouraging community-driven open-source projects fits with our vision for Helix. Many projects that can benefit from Helix will rely on Apache ZooKeeper for cluster state management, and can far more easily achieve their operational goals by using Helix.
-
-== Known Risks ==
-=== Orphaned Products ===
-The core developers plan to work full time on the project. There is very little risk of Helix being abandoned as it is a critical part of LinkedIn's internal infrastructure and is in production use.
-
-=== Inexperience with Open Source ===
-Only one of the core developers has experience with open source development. Kishore has been actively involved with the ASF as a committer and lead developer of S4.
-
-=== Homogeneous Developers ===
-The current core developers are all from LinkedIn. However, we hope to establish a developer community that includes contributors from several corporations and we are actively encouraging new contributors via the mailing lists and public presentations of Helix.
-
-=== Reliance on Salaried Developers ===
-Currently, the developers are paid to do work on Helix. However, once the project has a community built around it, we expect to get committers, developers and community from outside the current core developers. However, because LinkedIn relies on Helix internally, the reliance on salaried developers is unlikely to change.
-
-=== Relationships with Other Apache Products ===
-Helix uses Apache ZooKeeper to coordinate its state amongst the managed cluster components and for leader election to provide fault tolerance, and uses Apache Maven for build management.
-
-=== An Excessive Fascination with the Apache Brand ===
-While we respect the reputation of the Apache brand and have no doubts that it will attract contributors and users, our interest is primarily to give Helix a solid home as an open source project following an established development model. We have also given reasons in the Rationale and Alignment sections.
-
-== Documentation ==
-Information about Helix can be found at [https://github.com/linkedin/helix/wiki]. The following links provide more information about the project: 
-
-* The GitHub site: [https://github.com/linkedin/helix ] Will be made public in second week of October. 
-* Helix paper at SOCC 2012: [Available_after_October_15th] 
-
-== Initial Source ==
-Helix has been under development at LinkedIn since April 2011. It is currently hosted on github under the Apache license 2 at [https://github.com/linkedin/helix]
-Helix is written in Java. Its source tree is entirely self-contained and relies on Maven as its build system and dependency resolution mechanism.
-
-== External Dependencies ==
-The dependencies all have Apache compatible licenses.
-* log4j
-* zookeeper
-* xstream
-* jackson-core-asl
-* jackson-mapper-asl
-* commons-io
-* commons-cli
-* commons-math
-* zkclient
-* camel-josql
-* camel-core
-* gentlyweb-utils
-* josql
-* commons-management
-* commons-logging-api
-* org.restlet
-* com.noelios.restlet
-* net.sf.jsqlparser
-
-Non-Apache build tools that are used by Crunch are as follows:
-* Cobertura: GNU GPLv2
-Note that Cobertura is optional and is only used for calculating unit test coverage.
-
-
-== Cryptography ==
-Not applicable.
-
-== Required Resources ==
-=== Mailing Lists ===
-* helix-private for private PMC discussions (with moderated subscriptions)
-* helix-dev
-* helix-commits
-* helix-user
-
-=== Git Directory ===
-Since Git is now available to be used as primary repo type, Helix would be available in the git repository instead of svn.
-[https://git.apache.org/helix.git]
-
-=== Issue Tracking ===
-JIRA Helix (HELIX)
-
-=== Other Resources ===
-The existing code already has unit and integration tests, so we would like a Jenkins instance to run them whenever a new patch is submitted. This can be added after project creation.
-
-== Initial Committers ==
-* Kishore Gopalakrishna
-* Shi Lu
-* Zhen Zheng
-* Adam Silberstein
-* Kapil Surlaker
-* Bob Schulman
-* Swaroop Jagadish
-* Rahul Aggarwal
-* Terence Yim 
-* Santiago Perez
-
-
-== Affiliations ==
-* Kishore Gopalakrishna (LinkedIn) 
-* Shi Lu (LinkedIn) 
-* Jason Zheng (LinkedIn) 
-* Adam Silberstein (Trifacta)
-* Kapil Surlaker (LinkedIn)
-* Bob Schulman (LinkedIn)
-* Swaroop Jagadish (LinkedIn)
-* Rahul Aggarwal (LinkedIn)
-* Terence Yim (LinkedIn)
-* Santiago Perez (LinkedIn)
-
-== Sponsors ==
-=== Champion ===
-* Patrick Hunt (Apache Member)
-
-=== Nominated Mentors ===
-* Patrick Hunt  (Apache Member)
-* Mahadev Konar (Apache Member)
-* Owen O'Malley (Apache Member)
-
-=== Sponsoring Entity ===
-We are requesting the Incubator to sponsor this project.

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..ca4a5e0
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,37 @@
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+restlet (http://www.restlet.org/about/legal).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-admin-webapp/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/DISCLAIMER b/helix-admin-webapp/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/helix-admin-webapp/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-admin-webapp/NOTICE
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/NOTICE b/helix-admin-webapp/NOTICE
index e070e15..ca4a5e0 100644
--- a/helix-admin-webapp/NOTICE
+++ b/helix-admin-webapp/NOTICE
@@ -1,30 +1,37 @@
-Apache Helix
-Copyright 2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-Codehaus (http://www.codehaus.org/)
-Licensed under the BSD License.
-
-This product includes software developed at
-jline (http://jline.sourceforge.net/ )
-Licensed under the BSD License.
-
-This product includes software developed at
-josql (http://sourceforge.net/projects/josql/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-restlet (http://www.restlet.org/about/legal).
-Licensed under the Apache License 2.0.
-
-
-II. License Summary
-- Apache License 2.0
-- BSD License
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+restlet (http://www.restlet.org/about/legal).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-admin-webapp/helix-admin-webapp-0.7.1-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/helix-admin-webapp-0.7.1-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.7.1-SNAPSHOT.ivy
new file mode 100644
index 0000000..b0673af
--- /dev/null
+++ b/helix-admin-webapp/helix-admin-webapp-0.7.1-SNAPSHOT.ivy
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<ivy-module version="1.0">
+	<info organisation="org.apache.helix"
+		module="helix-admin-webapp"
+		revision="0.7.1-SNAPSHOT"
+		status="integration"
+		publication="20120315141623"
+	/>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
+		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
+		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
+		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
+	</configurations>
+	<publications>
+		<artifact name="helix-admin-webapp" type="jar" ext="jar" conf="master"/>
+	</publications>
+	<dependencies>
+		<dependency org="org.apache.helix" name="helix-core" rev="0.7.1-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="commons-cli" name="commons-cli" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+	</dependencies>
+</ivy-module>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-admin-webapp/helix-admin-webapp-0.7.1-incubating-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/helix-admin-webapp-0.7.1-incubating-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.7.1-incubating-SNAPSHOT.ivy
deleted file mode 100644
index 35c6158..0000000
--- a/helix-admin-webapp/helix-admin-webapp-0.7.1-incubating-SNAPSHOT.ivy
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<ivy-module version="1.0">
-	<info organisation="org.apache.helix"
-		module="helix-admin-webapp"
-		revision="0.7.1-incubating-SNAPSHOT"
-		status="integration"
-		publication="20120315141623"
-	/>
-	<configurations>
-		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
-		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
-		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
-		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
-		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
-		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
-		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
-	</configurations>
-	<publications>
-		<artifact name="helix-admin-webapp" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="org.apache.helix" name="helix-core" rev="0.7.1-incubating-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.apache.helix" name="helix-core" rev="0.6.4-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-cli" name="commons-cli" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
-</ivy-module>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index b4f38b5..9f16e98 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-agent/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-agent/DISCLAIMER b/helix-agent/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/helix-agent/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-agent/NOTICE
----------------------------------------------------------------------
diff --git a/helix-agent/NOTICE b/helix-agent/NOTICE
index e070e15..1ee0d24 100644
--- a/helix-agent/NOTICE
+++ b/helix-agent/NOTICE
@@ -1,30 +1,33 @@
-Apache Helix
-Copyright 2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-Codehaus (http://www.codehaus.org/)
-Licensed under the BSD License.
-
-This product includes software developed at
-jline (http://jline.sourceforge.net/ )
-Licensed under the BSD License.
-
-This product includes software developed at
-josql (http://sourceforge.net/projects/josql/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-restlet (http://www.restlet.org/about/legal).
-Licensed under the Apache License 2.0.
-
-
-II. License Summary
-- Apache License 2.0
-- BSD License
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 7d2a0ce..c2b697a 100644
--- a/helix-agent/pom.xml
+++ b/helix-agent/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <artifactId>helix-agent</artifactId>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-core/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-core/DISCLAIMER b/helix-core/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/helix-core/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-core/NOTICE
----------------------------------------------------------------------
diff --git a/helix-core/NOTICE b/helix-core/NOTICE
index e070e15..1ee0d24 100644
--- a/helix-core/NOTICE
+++ b/helix-core/NOTICE
@@ -1,30 +1,33 @@
-Apache Helix
-Copyright 2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-Codehaus (http://www.codehaus.org/)
-Licensed under the BSD License.
-
-This product includes software developed at
-jline (http://jline.sourceforge.net/ )
-Licensed under the BSD License.
-
-This product includes software developed at
-josql (http://sourceforge.net/projects/josql/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-restlet (http://www.restlet.org/about/legal).
-Licensed under the Apache License 2.0.
-
-
-II. License Summary
-- Apache License 2.0
-- BSD License
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-core/helix-core-0.7.1-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.7.1-SNAPSHOT.ivy b/helix-core/helix-core-0.7.1-SNAPSHOT.ivy
new file mode 100644
index 0000000..de104a4
--- /dev/null
+++ b/helix-core/helix-core-0.7.1-SNAPSHOT.ivy
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="org.apache.helix"
+		module="helix-core"
+		revision="0.7.1-SNAPSHOT"
+		status="release"
+		publication="2011111505113547"
+	>
+	<description homepage="http://maven.apache.org" />	
+	</info>
+	
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
+		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
+		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
+		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	
+	<publications>
+		<artifact name="helix-core" type="jar" ext="jar" conf="master"/>
+    <artifact name="helix-core" type="jar" ext="jar" conf="sources" m:classifier="sources"/>
+	</publications>
+	
+	<dependencies>
+    <dependency org="log4j" name="log4j" rev="1.2.15" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> 
+    <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="com.github.sgroschupf" name="zkclient" rev="0.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <dependency org="commons-logging" name="commons-logging-api" rev="1.1" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <dependency org="org.restlet" name="org.restlet" rev="1.1.10" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <dependency org="com.noelios.restlet" name="com.noelios.restlet" rev="1.1.10" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <dependency org="net.sf" name="jsqlparser" rev="0.7.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+
+	</dependencies>
+</ivy-module>
+

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-core/helix-core-0.7.1-incubating-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.7.1-incubating-SNAPSHOT.ivy b/helix-core/helix-core-0.7.1-incubating-SNAPSHOT.ivy
deleted file mode 100644
index eb37bed..0000000
--- a/helix-core/helix-core-0.7.1-incubating-SNAPSHOT.ivy
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.apache.helix"
-		module="helix-core"
-		revision="0.7.1-incubating-SNAPSHOT"
-		status="release"
-		publication="2011111505113547"
-	>
-	<description homepage="http://maven.apache.org" />	
-	</info>
-	
-	<configurations>
-		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
-		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
-		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
-		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
-		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
-		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
-		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
-		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
-		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
-		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
-	</configurations>
-	
-	<publications>
-		<artifact name="helix-core" type="jar" ext="jar" conf="master"/>
-    <artifact name="helix-core" type="jar" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
-	
-	<dependencies>
-    <dependency org="log4j" name="log4j" rev="1.2.15" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> 
-    <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="com.github.sgroschupf" name="zkclient" rev="0.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-    <dependency org="commons-logging" name="commons-logging-api" rev="1.1" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-    <dependency org="org.restlet" name="org.restlet" rev="1.1.10" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-    <dependency org="com.noelios.restlet" name="com.noelios.restlet" rev="1.1.10" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-    <dependency org="net.sf" name="jsqlparser" rev="0.7.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-
-	</dependencies>
-</ivy-module>
-

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 8bb9ed1..7c4e6eb 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-examples/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-examples/DISCLAIMER b/helix-examples/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/helix-examples/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-examples/NOTICE
----------------------------------------------------------------------
diff --git a/helix-examples/NOTICE b/helix-examples/NOTICE
index e070e15..1ee0d24 100644
--- a/helix-examples/NOTICE
+++ b/helix-examples/NOTICE
@@ -1,30 +1,33 @@
-Apache Helix
-Copyright 2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-Codehaus (http://www.codehaus.org/)
-Licensed under the BSD License.
-
-This product includes software developed at
-jline (http://jline.sourceforge.net/ )
-Licensed under the BSD License.
-
-This product includes software developed at
-josql (http://sourceforge.net/projects/josql/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-restlet (http://www.restlet.org/about/legal).
-Licensed under the Apache License 2.0.
-
-
-II. License Summary
-- Apache License 2.0
-- BSD License
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-examples/pom.xml
----------------------------------------------------------------------
diff --git a/helix-examples/pom.xml b/helix-examples/pom.xml
index c3b319c..7fa3053 100644
--- a/helix-examples/pom.xml
+++ b/helix-examples/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-provisioning/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-provisioning/DISCLAIMER b/helix-provisioning/DISCLAIMER
deleted file mode 100644
index 2001d31..0000000
--- a/helix-provisioning/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Helix is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Helix project you
-can go to the following page:
-
-http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-provisioning/NOTICE
----------------------------------------------------------------------
diff --git a/helix-provisioning/NOTICE b/helix-provisioning/NOTICE
index e070e15..1ee0d24 100644
--- a/helix-provisioning/NOTICE
+++ b/helix-provisioning/NOTICE
@@ -1,30 +1,33 @@
-Apache Helix
-Copyright 2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-Codehaus (http://www.codehaus.org/)
-Licensed under the BSD License.
-
-This product includes software developed at
-jline (http://jline.sourceforge.net/ )
-Licensed under the BSD License.
-
-This product includes software developed at
-josql (http://sourceforge.net/projects/josql/).
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
-restlet (http://www.restlet.org/about/legal).
-Licensed under the Apache License 2.0.
-
-
-II. License Summary
-- Apache License 2.0
-- BSD License
+Apache Helix
+Copyright 2014 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Codehaus (http://www.codehaus.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+jline (http://jline.sourceforge.net/).
+Licensed under the BSD License.
+
+This product includes software developed at
+Google (http://www.google.com/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+snakeyaml (http://www.snakeyaml.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+zkclient (https://github.com/sgroschupf/zkclient).
+Licensed under the Apache License 2.0.
+
+II. License Summary
+- Apache License 2.0
+- BSD License

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/helix-provisioning/pom.xml
----------------------------------------------------------------------
diff --git a/helix-provisioning/pom.xml b/helix-provisioning/pom.xml
index 0c02919..f3fa05a 100644
--- a/helix-provisioning/pom.xml
+++ b/helix-provisioning/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <artifactId>helix-provisioning</artifactId>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dc5cc88..da5d476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.7.1-incubating-SNAPSHOT</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/distributed-lock-manager/README.md
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/README.md b/recipes/distributed-lock-manager/README.md
index f3b2fbe..4a8b99d 100644
--- a/recipes/distributed-lock-manager/README.md
+++ b/recipes/distributed-lock-manager/README.md
@@ -48,8 +48,8 @@ To quickly see this working run the lock-manager-demo script where 12 locks are
  This version starts multiple threads with in same process to simulate a multi node deployment. Try the long version to get a better idea of how it works.
  
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
-cd incubator-helix
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
+cd helix
 mvn clean install package -DskipTests
 cd recipes/distributed-lock-manager/target/distributed-lock-manager-pkg/bin
 chmod +x *

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index f9f6385..9e563b8 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/helloworld-provisioning-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/helloworld-provisioning-yarn/pom.xml b/recipes/helloworld-provisioning-yarn/pom.xml
index fe41e9c..2e165bd 100644
--- a/recipes/helloworld-provisioning-yarn/pom.xml
+++ b/recipes/helloworld-provisioning-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>helloworld-provisioning-yarn</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml
----------------------------------------------------------------------
diff --git a/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml b/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml
index 761c97e..f8679de 100755
--- a/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml
+++ b/recipes/helloworld-provisioning-yarn/src/main/resources/hello_world_app_spec.yaml
@@ -21,7 +21,7 @@ appConfig:
   config: {
     k1: v1
   }
-appMasterPackageUri: 'file:///Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/target/helloworld-provisioning-yarn-0.7.1-incubating-SNAPSHOT-pkg.tar'
+appMasterPackageUri: 'file:///Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/target/helloworld-provisioning-yarn-0.7.1-SNAPSHOT-pkg.tar'
 appName: testApp
 serviceConfigMap:
   HelloWorld: {
@@ -32,7 +32,7 @@ serviceMainClassMap: {
   HelloWorld: org.apache.helix.provisioning.yarn.example.HelloWorldService
 }
 servicePackageURIMap: {
-  HelloWorld: 'file:///Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/target/helloworld-provisioning-yarn-0.7.1-incubating-SNAPSHOT-pkg.tar'
+  HelloWorld: 'file:///Users/kgopalak/Documents/projects/incubator-helix/recipes/helloworld-provisioning-yarn/target/helloworld-provisioning-yarn-0.7.1-SNAPSHOT-pkg.tar'
 }
 services: [
   HelloWorld]

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/jobrunner-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/jobrunner-yarn/pom.xml b/recipes/jobrunner-yarn/pom.xml
index c4d560f..8f8c12f 100644
--- a/recipes/jobrunner-yarn/pom.xml
+++ b/recipes/jobrunner-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>jobrunner-yarn</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/jobrunner-yarn/src/main/resources/job_runner_app_spec.yaml
----------------------------------------------------------------------
diff --git a/recipes/jobrunner-yarn/src/main/resources/job_runner_app_spec.yaml b/recipes/jobrunner-yarn/src/main/resources/job_runner_app_spec.yaml
index 83c7edf..6793ebe 100755
--- a/recipes/jobrunner-yarn/src/main/resources/job_runner_app_spec.yaml
+++ b/recipes/jobrunner-yarn/src/main/resources/job_runner_app_spec.yaml
@@ -21,7 +21,7 @@ appConfig:
   config: {
     k1: v1
   }
-appMasterPackageUri: 'file:///Users/kbiscuit/helix/incubator-helix/recipes/jobrunner-yarn/target/jobrunner-yarn-0.7.1-incubating-SNAPSHOT-pkg.tar'
+appMasterPackageUri: 'file:///Users/kbiscuit/helix/helix/recipes/jobrunner-yarn/target/jobrunner-yarn-0.7.1-SNAPSHOT-pkg.tar'
 appName: testApp
 serviceConfigMap:
   JobRunner: {
@@ -32,10 +32,10 @@ serviceMainClassMap: {
   JobRunner: org.apache.helix.provisioning.yarn.example.MyTaskService
 }
 servicePackageURIMap: {
-  JobRunner: 'file:///Users/kbiscuit/helix/incubator-helix/recipes/jobrunner-yarn/target/jobrunner-yarn-0.7.1-incubating-SNAPSHOT-pkg.tar'
+  JobRunner: 'file:///Users/kbiscuit/helix/helix/recipes/jobrunner-yarn/target/jobrunner-yarn-0.7.1-SNAPSHOT-pkg.tar'
 }
 services: [
   JobRunner]
 taskConfigs:
   - name: JobRunnerWorkflow
-    yamlFile: 'file:///Users/kbiscuit/helix/incubator-helix/recipes/jobrunner-yarn/src/main/resources/dummy_job.yaml'
+    yamlFile: 'file:///Users/kbiscuit/helix/helix/recipes/jobrunner-yarn/src/main/resources/dummy_job.yaml'

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index 3fcaf42..577acb3 100644
--- a/recipes/pom.xml
+++ b/recipes/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/rabbitmq-consumer-group/README.md
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/README.md b/recipes/rabbitmq-consumer-group/README.md
index 0eac7f4..dbb7c21 100644
--- a/recipes/rabbitmq-consumer-group/README.md
+++ b/recipes/rabbitmq-consumer-group/README.md
@@ -34,7 +34,7 @@ Quickdemo
 * Ignore the interrupted exceptions on the console :-).
 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd recipes/rsync-replicated-file-system/
 mvn clean install package -DskipTests
 cd target/rsync-replicated-file-system-pkg/bin

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 9b749bb..ae9032a 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/rsync-replicated-file-system/README.md
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/README.md b/recipes/rsync-replicated-file-system/README.md
index f8a74a0..fc488f7 100644
--- a/recipes/rsync-replicated-file-system/README.md
+++ b/recipes/rsync-replicated-file-system/README.md
@@ -35,7 +35,7 @@ Quickdemo
 
 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd recipes/rsync-replicated-file-system/
 mvn clean install package -DskipTests
 cd target/rsync-replicated-file-system-pkg/bin

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/rsync-replicated-file-system/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml
index 7d27f1f..9e1864b 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/service-discovery/README.md
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/README.md b/recipes/service-discovery/README.md
index 8e06ead..e7a52bd 100644
--- a/recipes/service-discovery/README.md
+++ b/recipes/service-discovery/README.md
@@ -88,8 +88,8 @@ Helix provides these additional features compared to other implementations avail
 ##### checkout and build
 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
-cd incubator-helix
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
+cd helix
 mvn clean install package -DskipTests
 cd recipes/service-discovery/target/service-discovery-pkg/bin
 chmod +x *

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index a876614..dd472de 100644
--- a/recipes/service-discovery/pom.xml
+++ b/recipes/service-discovery/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>service-discovery</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/task-execution/README.md
----------------------------------------------------------------------
diff --git a/recipes/task-execution/README.md b/recipes/task-execution/README.md
index f0474e4..14e6153 100644
--- a/recipes/task-execution/README.md
+++ b/recipes/task-execution/README.md
@@ -85,7 +85,7 @@ See http://redis.io/topics/quickstart on how to install redis server
 Start redis e.g:
 ./redis-server --port 6379
 
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd recipes/task-execution
 mvn clean install package -DskipTests
 cd target/task-execution-pkg/bin

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 27464c9..a5130de 100644
--- a/recipes/task-execution/pom.xml
+++ b/recipes/task-execution/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>task-execution</artifactId>
@@ -39,7 +39,6 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.7.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/user-defined-rebalancer/README.md
----------------------------------------------------------------------
diff --git a/recipes/user-defined-rebalancer/README.md b/recipes/user-defined-rebalancer/README.md
index 3dca51c..82ca593 100644
--- a/recipes/user-defined-rebalancer/README.md
+++ b/recipes/user-defined-rebalancer/README.md
@@ -180,8 +180,8 @@ At this point, the cluster is set up and the configuration is persisted on Zooke
 
 ##### Building 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
-cd incubator-helix
+git clone https://git-wip-us.apache.org/repos/asf/helix.git
+cd helix
 mvn clean install package -DskipTests
 cd recipes/user-rebalanced-lock-manager/target/user-rebalanced-lock-manager-pkg/bin
 chmod +x *

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/recipes/user-defined-rebalancer/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/user-defined-rebalancer/pom.xml b/recipes/user-defined-rebalancer/pom.xml
index 8eba035..56c1765 100644
--- a/recipes/user-defined-rebalancer/pom.xml
+++ b/recipes/user-defined-rebalancer/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>user-defined-rebalancer</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/0.6.1-incubating/pom.xml
----------------------------------------------------------------------
diff --git a/website/0.6.1-incubating/pom.xml b/website/0.6.1-incubating/pom.xml
index 96529d1..c77f704 100644
--- a/website/0.6.1-incubating/pom.xml
+++ b/website/0.6.1-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.1-incubating-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/0.6.2-incubating/pom.xml
----------------------------------------------------------------------
diff --git a/website/0.6.2-incubating/pom.xml b/website/0.6.2-incubating/pom.xml
index 785147b..840c8c2 100644
--- a/website/0.6.2-incubating/pom.xml
+++ b/website/0.6.2-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.2-incubating-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/0.6.3/pom.xml
----------------------------------------------------------------------
diff --git a/website/0.6.3/pom.xml b/website/0.6.3/pom.xml
index 2499562..1a95ebc 100644
--- a/website/0.6.3/pom.xml
+++ b/website/0.6.3/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.3-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/0.7.0-incubating/pom.xml
----------------------------------------------------------------------
diff --git a/website/0.7.0-incubating/pom.xml b/website/0.7.0-incubating/pom.xml
index ae6a9f5..2cd0753 100644
--- a/website/0.7.0-incubating/pom.xml
+++ b/website/0.7.0-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.7.0-incubating-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index e74a377..9b28d8f 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/helix/blob/ecfedff2/website/trunk/pom.xml
----------------------------------------------------------------------
diff --git a/website/trunk/pom.xml b/website/trunk/pom.xml
index cdd2951..2fb4f88 100644
--- a/website/trunk/pom.xml
+++ b/website/trunk/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.7.1-incubating-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trunk-docs</artifactId>