Repository: incubator-ignite Updated Branches: refs/heads/ignite-release-test-no-mod 5a19f82c4 -> 9eb8381b0
ignite-release-test version fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9eb8381b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9eb8381b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9eb8381b Branch: refs/heads/ignite-release-test-no-mod Commit: 9eb8381b0c14938af8b7e1845a60231bf55cd332 Parents: 5a19f82 Author: avinogradov <avinogra...@gridgain.com> Authored: Fri Mar 6 20:01:20 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri Mar 6 20:01:20 2015 +0300 ---------------------------------------------------------------------- modules/yardstick/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9eb8381b/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index e074d44..cc4e573 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-yardstick</artifactId> - <version>1</version> + <version>1.0.0-RELEASE-TEST-SNAPSHOT</version> <properties> <yardstick.version>0.7.0</yardstick.version> @@ -42,20 +42,20 @@ <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> - <version>1</version> + <version>1.0.0-RELEASE-TEST-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring</artifactId> - <version>1</version> + <version>1.0.0-RELEASE-TEST-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-indexing</artifactId> - <version>1</version> + <version>1.0.0-RELEASE-TEST-SNAPSHOT</version> <scope>test</scope> </dependency>