Repository: helix
Updated Branches:
  refs/heads/master 84a4f17cb -> 48e56fa76


bump ivy file versions


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

Branch: refs/heads/master
Commit: 48e56fa76a995217bacf9a971f9cfee0ece29d56
Parents: 84a4f17
Author: Harry Zhang <[email protected]>
Authored: Tue Jul 31 13:08:20 2018 -0700
Committer: Harry Zhang <[email protected]>
Committed: Tue Jul 31 13:27:05 2018 -0700

----------------------------------------------------------------------
 .../helix-admin-webapp-0.8.2-SNAPSHOT.ivy       |  52 ----------
 .../helix-admin-webapp-0.8.3-SNAPSHOT.ivy       |  52 ++++++++++
 helix-agent/helix-agent-0.8.2-SNAPSHOT.ivy      | 100 -------------------
 helix-agent/helix-agent-0.8.3-SNAPSHOT.ivy      | 100 +++++++++++++++++++
 helix-core/helix-core-0.8.2-SNAPSHOT.ivy        |  68 -------------
 helix-core/helix-core-0.8.3-SNAPSHOT.ivy        |  68 +++++++++++++
 helix-rest/helix-rest-0.8.2-SNAPSHOT.ivy        |  54 ----------
 helix-rest/helix-rest-0.8.3-SNAPSHOT.ivy        |  54 ++++++++++
 pom.xml                                         |   2 +-
 9 files changed, 275 insertions(+), 275 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/48e56fa7/helix-admin-webapp/helix-admin-webapp-0.8.2-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/helix-admin-webapp-0.8.2-SNAPSHOT.ivy 
b/helix-admin-webapp/helix-admin-webapp-0.8.2-SNAPSHOT.ivy
deleted file mode 100644
index 7e3c614..0000000
--- a/helix-admin-webapp/helix-admin-webapp-0.8.2-SNAPSHOT.ivy
+++ /dev/null
@@ -1,52 +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.8.2-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.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-api" ext="jar"/>
-    </dependency>
-    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-log4j12" ext="jar"/>
-    </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.2-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/48e56fa7/helix-admin-webapp/helix-admin-webapp-0.8.3-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/helix-admin-webapp-0.8.3-SNAPSHOT.ivy 
b/helix-admin-webapp/helix-admin-webapp-0.8.3-SNAPSHOT.ivy
new file mode 100644
index 0000000..004746b
--- /dev/null
+++ b/helix-admin-webapp/helix-admin-webapp-0.8.3-SNAPSHOT.ivy
@@ -0,0 +1,52 @@
+<?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.8.3-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.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-api" ext="jar"/>
+    </dependency>
+    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-log4j12" ext="jar"/>
+    </dependency>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.3-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/48e56fa7/helix-agent/helix-agent-0.8.2-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-agent/helix-agent-0.8.2-SNAPSHOT.ivy 
b/helix-agent/helix-agent-0.8.2-SNAPSHOT.ivy
deleted file mode 100644
index de0c7d6..0000000
--- a/helix-agent/helix-agent-0.8.2-SNAPSHOT.ivy
+++ /dev/null
@@ -1,100 +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="2.0" xmlns:m="http://ant.apache.org/ivy/maven";>
-       <info organisation="org.apache.helix"
-               module="helix-agent"
-               revision="0.8.2-SNAPSHOT"
-               status="integration"
-               publication="20141020152553"
-       >
-               <description homepage="" />
-               
<m:dependency.management__junit__junit__version>4.11</m:dependency.management__junit__junit__version>
-               
<m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
-               
<m:properties__osgi.export>org.apache.helix.agent*;version=&quot;${project.version};-noimport:=true</m:properties__osgi.export>
-               <m:properties__svnImpl>svn</m:properties__svnImpl>
-               
<m:properties__scmSkipDeletedFiles>false</m:properties__scmSkipDeletedFiles>
-               
<m:properties__currentRelease>0.8.2-SNAPSHOT</m:properties__currentRelease>
-               <m:properties__osgi.import>
-      org.apache.helix*,
-      org.apache.commons.cli;version=&quot;[1.2,2)&quot;,
-      org.apache.log4j,
-      *
-    </m:properties__osgi.import>
-               
<m:properties__helix.release.arguments>-Papache-release</m:properties__helix.release.arguments>
-               
<m:properties__helix.siteFilePath>${user.home}/helix-site/helix-site-deploy</m:properties__helix.siteFilePath>
-               
<m:maven.plugins>org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.codehaus.mojo__appassembler-maven-plugin__null|org.apache.maven.plugins__maven-assembly-plugin__null</m:maven.plugins>
-               
<m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope>
-               
<m:properties__svnkit.version>1.7.5-v1</m:properties__svnkit.version>
-               
<m:properties__distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</m:properties__distMgmtSnapshotsUrl>
-               
<m:properties__SKIP_INTEGRATION_TESTS>true</m:properties__SKIP_INTEGRATION_TESTS>
-               <m:properties__gpg.useagent>true</m:properties__gpg.useagent>
-               
<m:dependency.management__org.apache.helix__helix-core__version>0.8.2-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version>
-               
<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
-               
<m:dependency.management__org.testng__testng__version>6.0.1</m:dependency.management__org.testng__testng__version>
-               <m:properties__helix.release.preparationGoals>clean 
install</m:properties__helix.release.preparationGoals>
-               <m:properties__distMgmtSnapshotsName>Apache Development 
Snapshot Repository</m:properties__distMgmtSnapshotsName>
-               
<m:dependency.management__org.restlet.jse__org.restlet__version>2.2.1</m:dependency.management__org.restlet.jse__org.restlet__version>
-               
<m:properties__helix.siteUrlDeployment>file://${helix.siteFilePath}</m:properties__helix.siteUrlDeployment>
-               
<m:properties__maven-scm-provider-svnjava.version>2.0.5</m:properties__maven-scm-provider-svnjava.version>
-               
<m:properties__sourceReleaseAssemblyDescriptor>source-release</m:properties__sourceReleaseAssemblyDescriptor>
-               
<m:properties__helix.release.performGoals>deploy</m:properties__helix.release.performGoals>
-               
<m:properties__helix.scmPubCheckoutDirectory>${user.home}/helix-site/helix-site-content</m:properties__helix.scmPubCheckoutDirectory>
-               
<m:dependency.management__org.mockito__mockito-all__version>1.9.5</m:dependency.management__org.mockito__mockito-all__version>
-               
<m:properties__sonar.host.url>https://analysis.apache.org/</m:properties__sonar.host.url>
-       </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-agent" type="bundle" ext="jar" 
conf="master"/>
-               <artifact name="helix-agent" type="source" ext="jar" 
conf="sources" m:classifier="sources"/>
-       </publications>
-       <dependencies>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.2-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.testng" name="testng" rev="6.0.1" 
force="true" conf="test->runtime(*),master(*)">
-                       <exclude org="junit" module="junit" name="*" type="*" 
ext="*" conf="" matcher="exact"/>
-               </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.2-SNAPSHOT" force="true" conf="test->runtime(*),master(*)">
-                       <artifact name="helix-core" type="test-jar" ext="jar" 
conf="" m:classifier="tests"/>
-               </dependency>
-    <dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-api" ext="jar"/>
-    </dependency>
-    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-log4j12" ext="jar"/>
-    </dependency>
-               <override org="org.mockito" module="mockito-all" 
matcher="exact" rev="1.9.5"/>
-               <override org="org.apache.helix" module="helix-core" 
matcher="exact" rev="0.8.2-SNAPSHOT"/>
-               <override org="org.restlet.jse" module="org.restlet" 
matcher="exact" rev="2.2.1"/>
-               <override org="junit" module="junit" matcher="exact" 
rev="4.11"/>
-               <override org="org.testng" module="testng" matcher="exact" 
rev="6.0.1"/>
-       </dependencies>
-</ivy-module>

http://git-wip-us.apache.org/repos/asf/helix/blob/48e56fa7/helix-agent/helix-agent-0.8.3-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-agent/helix-agent-0.8.3-SNAPSHOT.ivy 
b/helix-agent/helix-agent-0.8.3-SNAPSHOT.ivy
new file mode 100644
index 0000000..c9a9c52
--- /dev/null
+++ b/helix-agent/helix-agent-0.8.3-SNAPSHOT.ivy
@@ -0,0 +1,100 @@
+<?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="2.0" xmlns:m="http://ant.apache.org/ivy/maven";>
+       <info organisation="org.apache.helix"
+               module="helix-agent"
+               revision="0.8.3-SNAPSHOT"
+               status="integration"
+               publication="20141020152553"
+       >
+               <description homepage="" />
+               
<m:dependency.management__junit__junit__version>4.11</m:dependency.management__junit__junit__version>
+               
<m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
+               
<m:properties__osgi.export>org.apache.helix.agent*;version=&quot;${project.version};-noimport:=true</m:properties__osgi.export>
+               <m:properties__svnImpl>svn</m:properties__svnImpl>
+               
<m:properties__scmSkipDeletedFiles>false</m:properties__scmSkipDeletedFiles>
+               
<m:properties__currentRelease>0.8.3-SNAPSHOT</m:properties__currentRelease>
+               <m:properties__osgi.import>
+      org.apache.helix*,
+      org.apache.commons.cli;version=&quot;[1.2,2)&quot;,
+      org.apache.log4j,
+      *
+    </m:properties__osgi.import>
+               
<m:properties__helix.release.arguments>-Papache-release</m:properties__helix.release.arguments>
+               
<m:properties__helix.siteFilePath>${user.home}/helix-site/helix-site-deploy</m:properties__helix.siteFilePath>
+               
<m:maven.plugins>org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.codehaus.mojo__appassembler-maven-plugin__null|org.apache.maven.plugins__maven-assembly-plugin__null</m:maven.plugins>
+               
<m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope>
+               
<m:properties__svnkit.version>1.7.5-v1</m:properties__svnkit.version>
+               
<m:properties__distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</m:properties__distMgmtSnapshotsUrl>
+               
<m:properties__SKIP_INTEGRATION_TESTS>true</m:properties__SKIP_INTEGRATION_TESTS>
+               <m:properties__gpg.useagent>true</m:properties__gpg.useagent>
+               
<m:dependency.management__org.apache.helix__helix-core__version>0.8.3-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version>
+               
<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
+               
<m:dependency.management__org.testng__testng__version>6.0.1</m:dependency.management__org.testng__testng__version>
+               <m:properties__helix.release.preparationGoals>clean 
install</m:properties__helix.release.preparationGoals>
+               <m:properties__distMgmtSnapshotsName>Apache Development 
Snapshot Repository</m:properties__distMgmtSnapshotsName>
+               
<m:dependency.management__org.restlet.jse__org.restlet__version>2.2.1</m:dependency.management__org.restlet.jse__org.restlet__version>
+               
<m:properties__helix.siteUrlDeployment>file://${helix.siteFilePath}</m:properties__helix.siteUrlDeployment>
+               
<m:properties__maven-scm-provider-svnjava.version>2.0.5</m:properties__maven-scm-provider-svnjava.version>
+               
<m:properties__sourceReleaseAssemblyDescriptor>source-release</m:properties__sourceReleaseAssemblyDescriptor>
+               
<m:properties__helix.release.performGoals>deploy</m:properties__helix.release.performGoals>
+               
<m:properties__helix.scmPubCheckoutDirectory>${user.home}/helix-site/helix-site-content</m:properties__helix.scmPubCheckoutDirectory>
+               
<m:dependency.management__org.mockito__mockito-all__version>1.9.5</m:dependency.management__org.mockito__mockito-all__version>
+               
<m:properties__sonar.host.url>https://analysis.apache.org/</m:properties__sonar.host.url>
+       </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-agent" type="bundle" ext="jar" 
conf="master"/>
+               <artifact name="helix-agent" type="source" ext="jar" 
conf="sources" m:classifier="sources"/>
+       </publications>
+       <dependencies>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.3-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.testng" name="testng" rev="6.0.1" 
force="true" conf="test->runtime(*),master(*)">
+                       <exclude org="junit" module="junit" name="*" type="*" 
ext="*" conf="" matcher="exact"/>
+               </dependency>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.3-SNAPSHOT" force="true" conf="test->runtime(*),master(*)">
+                       <artifact name="helix-core" type="test-jar" ext="jar" 
conf="" m:classifier="tests"/>
+               </dependency>
+    <dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-api" ext="jar"/>
+    </dependency>
+    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-log4j12" ext="jar"/>
+    </dependency>
+               <override org="org.mockito" module="mockito-all" 
matcher="exact" rev="1.9.5"/>
+               <override org="org.apache.helix" module="helix-core" 
matcher="exact" rev="0.8.3-SNAPSHOT"/>
+               <override org="org.restlet.jse" module="org.restlet" 
matcher="exact" rev="2.2.1"/>
+               <override org="junit" module="junit" matcher="exact" 
rev="4.11"/>
+               <override org="org.testng" module="testng" matcher="exact" 
rev="6.0.1"/>
+       </dependencies>
+</ivy-module>

http://git-wip-us.apache.org/repos/asf/helix/blob/48e56fa7/helix-core/helix-core-0.8.2-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.8.2-SNAPSHOT.ivy 
b/helix-core/helix-core-0.8.2-SNAPSHOT.ivy
deleted file mode 100644
index 087f689..0000000
--- a/helix-core/helix-core-0.8.2-SNAPSHOT.ivy
+++ /dev/null
@@ -1,68 +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.8.2-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="org.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-api" ext="jar"/>
-    </dependency>
-    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-log4j12" ext="jar"/>
-    </dependency>
-    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.11" 
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.101tec" name="zkclient" rev="0.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="com.google.guava" name="guava" rev="15.0" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.yaml" name="snakeyaml" rev="1.12" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="commons-logging" name="commons-logging-api" rev="1.1" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-    <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.3" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
-       </dependencies>
-</ivy-module>
-

http://git-wip-us.apache.org/repos/asf/helix/blob/48e56fa7/helix-core/helix-core-0.8.3-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.8.3-SNAPSHOT.ivy 
b/helix-core/helix-core-0.8.3-SNAPSHOT.ivy
new file mode 100644
index 0000000..05f94ac
--- /dev/null
+++ b/helix-core/helix-core-0.8.3-SNAPSHOT.ivy
@@ -0,0 +1,68 @@
+<?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.8.3-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="org.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-api" ext="jar"/>
+    </dependency>
+    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-log4j12" ext="jar"/>
+    </dependency>
+    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.11" 
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.101tec" name="zkclient" rev="0.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="com.google.guava" name="guava" rev="15.0" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="org.yaml" name="snakeyaml" rev="1.12" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="commons-logging" name="commons-logging-api" rev="1.1" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.3" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+       </dependencies>
+</ivy-module>
+

http://git-wip-us.apache.org/repos/asf/helix/blob/48e56fa7/helix-rest/helix-rest-0.8.2-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-rest/helix-rest-0.8.2-SNAPSHOT.ivy 
b/helix-rest/helix-rest-0.8.2-SNAPSHOT.ivy
deleted file mode 100644
index 9cf925e..0000000
--- a/helix-rest/helix-rest-0.8.2-SNAPSHOT.ivy
+++ /dev/null
@@ -1,54 +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-rest"
-               revision="0.8.2-SNAPSHOT"
-               status="integration"
-               publication="20170128141623"
-       />
-       <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-rest" type="jar" ext="jar" conf="master"/>
-       </publications>
-       <dependencies>
-         <dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-api" ext="jar"/>
-    </dependency>
-    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
-        <artifact name="slf4j-log4j12" ext="jar"/>
-    </dependency>
-    <dependency org="org.yaml" name="snakeyaml" rev="1.17">
-        <artifact name="snakeyaml" m:classifier="sources" ext="jar"/>
-    </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.2-SNAPSHOT" 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/48e56fa7/helix-rest/helix-rest-0.8.3-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-rest/helix-rest-0.8.3-SNAPSHOT.ivy 
b/helix-rest/helix-rest-0.8.3-SNAPSHOT.ivy
new file mode 100644
index 0000000..e1901e1
--- /dev/null
+++ b/helix-rest/helix-rest-0.8.3-SNAPSHOT.ivy
@@ -0,0 +1,54 @@
+<?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-rest"
+               revision="0.8.3-SNAPSHOT"
+               status="integration"
+               publication="20170128141623"
+       />
+       <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-rest" type="jar" ext="jar" conf="master"/>
+       </publications>
+       <dependencies>
+         <dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-api" ext="jar"/>
+    </dependency>
+    <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
+        <artifact name="slf4j-log4j12" ext="jar"/>
+    </dependency>
+    <dependency org="org.yaml" name="snakeyaml" rev="1.17">
+        <artifact name="snakeyaml" m:classifier="sources" ext="jar"/>
+    </dependency>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="0.8.3-SNAPSHOT" 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/48e56fa7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab744e3..14380d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,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>
 

Reply via email to