Update parent pom.xml: add "-SNAPSHOT" suffix for 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/58eda2e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/58eda2e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/58eda2e4 Branch: refs/heads/ignite-64 Commit: 58eda2e47ea9b0363ff456d6707d2a042441189a Parents: 9ab3fcb Author: sevdokimov <sevdoki...@gridgain.com> Authored: Tue Jan 13 12:41:38 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Tue Jan 13 12:41:38 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/58eda2e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce0d4c7..68ef39a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <properties> - <ignite.version>7.0.0</ignite.version> + <ignite.version>7.0.0-SNAPSHOT</ignite.version> <gridgain.edition>fabric</gridgain.edition> <hadoop.version>2.4.1</hadoop.version> <spring.version>4.1.0.RELEASE</spring.version>