You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by zz...@apache.org on 2013/12/11 03:00:22 UTC

git commit: [HELIX-343] fix ivy files

Updated Branches:
  refs/heads/helix-0.6.2-release cfc099e28 -> 1689c6736


[HELIX-343] fix ivy files


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

Branch: refs/heads/helix-0.6.2-release
Commit: 1689c67366b9f1947547271328db453713fe1a96
Parents: cfc099e
Author: zzhang <zz...@apache.org>
Authored: Tue Dec 10 18:00:06 2013 -0800
Committer: zzhang <zz...@apache.org>
Committed: Tue Dec 10 18:00:06 2013 -0800

----------------------------------------------------------------------
 .../helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy             | 4 ++--
 helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1689c673/helix-admin-webapp/helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy
index 00e2f03..c601d69 100644
--- a/helix-admin-webapp/helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy
+++ b/helix-admin-webapp/helix-admin-webapp-0.6.3-incubating-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
 	<info organisation="org.apache.helix"
 		module="helix-admin-webapp"
-		revision="0.6.1-incubating-SNAPSHOT"
+		revision="0.6.3-incubating-SNAPSHOT"
 		status="integration"
 		publication="20120315141623"
 	/>
@@ -37,7 +37,7 @@ under the License.
 		<artifact name="helix-admin-webapp" type="jar" ext="jar" conf="master"/>
 	</publications>
 	<dependencies>
-		<dependency org="org.apache.helix" name="helix-core" rev="0.6.1-incubating-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="org.apache.helix" name="helix-core" rev="0.6.3-incubating-SNAPSHOT" force="true" 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="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1689c673/helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy b/helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy
index ecfbe6e..f2dd406 100644
--- a/helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.6.3-incubating-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ 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.6.1-incubating-SNAPSHOT"
+		revision="0.6.3-incubating-SNAPSHOT"
 		status="release"
 		publication="2011111505113547"
 	>