sprint-3 Ignite-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/a5ae1700 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a5ae1700 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a5ae1700 Branch: refs/heads/ignite-tests-todo Commit: a5ae1700f40dc8934f524e3d17658034ade84bfe Parents: 2530f69 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Mar 25 19:24:50 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Mar 25 19:24:50 2015 +0300 ---------------------------------------------------------------------- examples/pom-standalone.xml | 2 +- examples/pom.xml | 2 +- examples/schema-import/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index d0f7817..8162a05 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.1-RC1-SNAPSHOT</ignite.version> + <ignite.version>1.0.1-RC-SNAPSHOT</ignite.version> </properties> <groupId>org.apache.ignite</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index da94a05..b64680b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -171,7 +171,7 @@ <dependency> <groupId>org.gridgain</groupId> <artifactId>ignite-shmem</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/examples/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom.xml b/examples/schema-import/pom.xml index 6a58973..5d3b709 100644 --- a/examples/schema-import/pom.xml +++ b/examples/schema-import/pom.xml @@ -28,7 +28,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <ignite.version>1.0.1-RC1-SNAPSHOT</ignite.version> + <ignite.version>1.0.1-RC-SNAPSHOT</ignite.version> </properties> <groupId>org.apache.ignite</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 8086ec5..369ae27 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -130,7 +130,7 @@ <dependency> <groupId>org.gridgain</groupId> <artifactId>ignite-shmem</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index 4435fda..859d8db 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>org.gridgain</groupId> <artifactId>ignite-shmem</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5ae1700/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ab95ed..a286dda 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <properties> - <ignite.version>1.0.1-RC1-SNAPSHOT</ignite.version> + <ignite.version>1.0.1-RC-SNAPSHOT</ignite.version> <ignite.edition>fabric</ignite.edition> <hadoop.version>2.4.1</hadoop.version> <spring.version>4.1.0.RELEASE</spring.version>