Repository: incubator-ignite Updated Branches: refs/heads/ignite-45-release [created] 045ed9222
ignite-45-release snapshot becomes release Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/045ed922 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/045ed922 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/045ed922 Branch: refs/heads/ignite-45-release Commit: 045ed922296189ee4167bf9e4fc6e4b7c1414bc7 Parents: 8656001 Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Mar 19 15:41:40 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Thu Mar 19 15:41:40 2015 +0300 ---------------------------------------------------------------------- examples/pom-standalone.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/045ed922/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index 12db596..55d81ba 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -28,7 +28,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <ignite.version>1.0.0-RC3-SNAPSHOT</ignite.version> + <ignite.version>1.0.0-RC3</ignite.version> </properties> <groupId>org.apache.ignite</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/045ed922/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b08f05..a824821 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <properties> - <ignite.version>1.0.0-RC3-SNAPSHOT</ignite.version> + <ignite.version>1.0.0-RC3</ignite.version> <ignite.edition>fabric</ignite.edition> <hadoop.version>2.4.1</hadoop.version> <spring.version>4.1.0.RELEASE</spring.version>