# ignite-1.0.0-RC3 Fixed version.
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>
diff --git a/pom.xml b/pom.xml
index 5a32a57..f5cd861 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>