# sprint-2-upd-ver Change 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/305ffaee Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/305ffaee Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/305ffaee Branch: refs/heads/ignite-281 Commit: 305ffaeee38c2c5c615c171c1bbfd196ef3d04b3 Parents: d030518 Author: anovikov <anovi...@gridgain.com> Authored: Thu Feb 19 16:31:28 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Thu Feb 19 16:31:28 2015 +0700 ---------------------------------------------------------------------- examples/pom-standalone.xml | 2 +- modules/core/src/main/resources/ignite.properties | 3 +-- pom.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/305ffaee/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index b58199c..47df6bd 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-RC1-SNAPSHOT</ignite.version> + <ignite.version>1.0.1-RC1-SNAPSHOT</ignite.version> </properties> <groupId>org.apache.ignite</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/305ffaee/modules/core/src/main/resources/ignite.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index 3bc6f96..768c996 100644 --- a/modules/core/src/main/resources/ignite.properties +++ b/modules/core/src/main/resources/ignite.properties @@ -15,9 +15,8 @@ # limitations under the License. # -ignite.version=1.0.0 +ignite.version=1.0.1-r1 ignite.build=0 ignite.revision=DEV ignite.rel.date=01011970 ignite.update.status.params=test=vfvfvskfkeievskjv -ignite.compatible.vers= http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/305ffaee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 033f9dc..718d261 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <properties> - <ignite.version>1.0.0-RC1-SNAPSHOT</ignite.version> + <ignite.version>1.0.1-RC1-SNAPSHOT</ignite.version> <ignite.edition>fabric</ignite.edition> <hadoop.version>2.4.1</hadoop.version> <spring.version>4.1.0.RELEASE</spring.version>