# ignite-450: RC2 -> RC3
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/07f0eed2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/07f0eed2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/07f0eed2 Branch: refs/heads/ignite-406 Commit: 07f0eed2279114e125e75376c62b8c0f33d1b292 Parents: 9d78a08 Author: Artem Shutak <ashu...@gridgain.com> Authored: Wed Mar 11 14:22:39 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Wed Mar 11 14:22:39 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/07f0eed2/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index 5de7433..12db596 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-RC2-SNAPSHOT</ignite.version> + <ignite.version>1.0.0-RC3-SNAPSHOT</ignite.version> </properties> <groupId>org.apache.ignite</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/07f0eed2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a24dd7d..c832901 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <properties> - <ignite.version>1.0.0-RC2-SNAPSHOT</ignite.version> + <ignite.version>1.0.0-RC3-SNAPSHOT</ignite.version> <ignite.edition>fabric</ignite.edition> <hadoop.version>2.4.1</hadoop.version> <spring.version>4.1.0.RELEASE</spring.version>