Repository: incubator-ignite Updated Branches: refs/heads/ignite-1.0.0-RC3 [created] d167db5a9
# ignite-1.0.0-RC3 Fixed version. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d167db5a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d167db5a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d167db5a Branch: refs/heads/ignite-1.0.0-RC3 Commit: d167db5a9d81b82395d2adc56183722ea4211d69 Parents: f54fc36 Author: anovikov <anovi...@gridgain.com> Authored: Tue Mar 24 14:00:44 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Tue Mar 24 14:00:44 2015 +0700 ---------------------------------------------------------------------- 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/d167db5a/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/d167db5a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a32a57..f5cd861 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>