You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/07 15:25:46 UTC

[15/47] incubator-ignite git commit: # Updated version

# Updated 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/ce2230b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ce2230b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ce2230b0

Branch: refs/heads/ignite-648
Commit: ce2230b03c07b4aacd9b4a89be897860f0e79617
Parents: d8c0766
Author: Valentin Kulichenko <vk...@gridgain.com>
Authored: Thu Mar 12 10:53:04 2015 -0700
Committer: Valentin Kulichenko <vk...@gridgain.com>
Committed: Thu Mar 12 10:53:04 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/ce2230b0/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/ce2230b0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26c8159..1926e15 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>