Change current release to 0.8.0
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/0bca885d Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/0bca885d Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/0bca885d Branch: refs/heads/master Commit: 0bca885d2a0cae648d397535151e8c5a3dcf77fc Parents: 9e068d5 Author: Junkai Xue <[email protected]> Authored: Fri Jan 26 14:42:56 2018 -0800 Committer: Junkai Xue <[email protected]> Committed: Mon Jan 29 18:05:04 2018 -0800 ---------------------------------------------------------------------- helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy | 2 +- helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy | 8 ++++---- helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/0bca885d/helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy index 82ab579..2f9a03e 100644 --- a/helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy +++ b/helix-admin-webapp/helix-admin-webapp-0.8.0-SNAPSHOT.ivy @@ -43,7 +43,7 @@ under the License. <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.6.10-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.apache.helix" name="helix-core" rev="0.8.0-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(*)"/> http://git-wip-us.apache.org/repos/asf/helix/blob/0bca885d/helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy b/helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy index be90e3f..8fa31fc 100644 --- a/helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy +++ b/helix-agent/helix-agent-0.8.0-SNAPSHOT.ivy @@ -31,7 +31,7 @@ under the License. <m:properties__osgi.export>org.apache.helix.agent*;version="${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.6.10-SNAPSHOT</m:properties__currentRelease> + <m:properties__currentRelease>0.8.0-SNAPSHOT</m:properties__currentRelease> <m:properties__osgi.import> org.apache.helix*, org.apache.commons.cli;version="[1.2,2)", @@ -46,7 +46,7 @@ under the License. <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.6.10-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version> + <m:dependency.management__org.apache.helix__helix-core__version>0.8.0-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> @@ -77,12 +77,12 @@ under the License. <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.6.10-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.apache.helix" name="helix-core" rev="0.8.0-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.6.10-SNAPSHOT" force="true" conf="test->runtime(*),master(*)"> + <dependency org="org.apache.helix" name="helix-core" rev="0.8.0-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(*)"> http://git-wip-us.apache.org/repos/asf/helix/blob/0bca885d/helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy b/helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy index 5a053be..c89b6c0 100644 --- a/helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy +++ b/helix-rest/helix-rest-0.8.0-SNAPSHOT.ivy @@ -46,7 +46,7 @@ under the License. <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.6.10-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.apache.helix" name="helix-core" rev="0.8.0-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(*)"/> http://git-wip-us.apache.org/repos/asf/helix/blob/0bca885d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3ffa782..02e7944 100644 --- a/pom.xml +++ b/pom.xml @@ -229,7 +229,7 @@ under the License. <helix.release.arguments>-Papache-release -DskipTests</helix.release.arguments> <!-- for release changelog and download pages --> - <currentRelease>0.6.4</currentRelease> + <currentRelease>0.8.0</currentRelease> <!-- OSGi Properties --> <osgi.import />
