version changed to: 1.6.4
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index cef51bd..67b18ad 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,8 +1,23 @@
-Apache Ignite Release Notes
-===========================
+GridGain In-Memory Data Fabric Professional Edition Release Notes
+=======================================
 
-Apache Ignite In-Memory Data Fabric 1.6
----------------------------------------
+GridGain In-Memory Data Fabric Professional Edition 1.6.4
+------------------------------------
+* Fixed a bug in GridCacheTtlManager.
+* Added basic implementation of address resolver.
+
+GridGain In-Memory Data Fabric Professional Edition 1.6.3
+------------------------------------
+* .NET: Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
+
+GridGain In-Memory Data Fabric Professional Edition 1.6.2
+------------------------------------
+* Fixed CountDownLatch recreation.
+* CPP: Fixed string deserialization performance issue.
+* .NET: Added NuGet distribution.
+
+GridGain In-Memory Data Fabric Professional Edition 1.6.1
+------------------------------------
 Ignite .NET:
 * Added LINQ Provider for cache SQL queries
 * Added native configuration mechanism (C#, app.config, web.config - instead of Spring XML)
@@ -20,77 +35,218 @@
 * Simplified Autotools build process for C++ client.
 
 Ignite:
-* Added ability to get partition 'updateCntr' with continuous query public API.
-* Added asynchronous execution of ContinuousQuery's remote filter and local listener.
-* Added backup partitions storing to local store default behavior.
-* Added cache deadlock detection.
 * Added Cache Store implementation backed by Cassandra DB.
-* Added method to get versioned cache entry.
 * Added ODBC driver for Ignite.
-* Added support for join timeout while registering local addresses with IP finder in TcpDiscoverySpi.
-* Added support for JTA transactions via synchronization callback.
 * Added Web Console for Ignite.
+* ODBC: Added decimal type support.
+
+Changes in GridGain In-Memory Data Fabric Professional Edition 1.5.30
+------------------------------------
+* Ignite Cache: new API that lets calculating size per particular partition.
+* Visor CMD: Added skip confirm in batch mode. Improved kill command.
+* Hadoop: Implemented new weight-based map-reduce planner (IgniteHadoopWeightedMapReducePlanner).
+* .NET: Added ability to implement custom affintiy functions.
+* Added support of EXPIRED events to continuous queries.
+* Data Streamer: ability to set timeout for a number of methods.
+* Fixed NPE in Ignite Services internals that happened when a service was executed before system cache was started.
+* Fixed NPE in OptimizedMarshaller when pool of streams is used.
+* Fixed the issue when it wasn't possible to deserialize an object on Java side if the object was placed in the cache on C++ or .Net side.
+* Fixed SQL indexes processing under Java 8.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.29
+------------------------------------
+* Binary objects: performance improvements.
+* IGFS: Performance and usability improvements.
+* Fixed issue with unnecessary discovery messages resend that may cause slow discovery message delivery.
+* Fixed possible IO message loss during reconnect.
+* Additional system properties for troubleshooting logging.
+* Fixed issue when job ID was generated in a non unique way.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.28
+------------------------------------
+* IGFS: Usability improvements.
+* Fixed performance degradation when a cache is preloaded from many IgniteDataStreamers in parallel from the same node.
+* Fixed issue with service redeployment after topology change.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.27
+------------------------------------
+* IGFS: Fixed a problem with native libraries loading.
+* REST HTTP: Updated from json-lib 2.4 to Jackson 2.7.5.
+* External addresses are now registered in IP finder.
+* Client node's addresses are now not registered in IP finder.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.26
+------------------------------------
+* IGFS: Performance improvements.
+* Spark: added IgniteRDD.withKeepBinary() method for full support of binary objects.
+* Added Cassandra-based persistent store implementation.
+* Continuous queries: warning will be printed on client nodes instead of exception trace if the remote filter is not in classpath.
+* Fixed missing IgniteCountdownLatch updates that can lead to a deadlock or wrong behavior.
+* Fixed local store conflict resolving with keepBinary flag set to false.
+* Fixed addresses duplication at IP finder.
+* ZookeeperIpFinder now properly handles reconnects.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.25
+------------------------------------
+* IGFS: Performance improvements for client mode.
+* Hadoop: fixed inefficient memory usage during mapper output processing.
+* Fixed marshalling of arrays of primitives types when their are being placed into a cache.
+* Spark: added transformer closure to savePairs(..) and saveValues(..) methods of IgniteRDD.
+* Spark: fixed support for java.sql.Date in queries executed from IgniteRDD.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.24
+------------------------------------
+* IGFS: Added user name mapper to properly deal with security in complex Hadoop environments.
+* Validating that the same IgniteConfiguration instance is not used more than once.
+* Fixed marshalling of Void type with Binary marshaller.
+* Fixed metrics calculation for OFFHEAP_TIRED mode.
+* ScanQuery and localEntries now honor keepBinary flag.
+* Zookeeper module dependencies set fixed.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.23
+------------------------------------
+* IGFS: Improved error logging for operations in DUAL mode.
+* Added Ignition.getOrStart method.
+* Spark: support BigDecimal for queries executed from IgniteRDD.
+* Mesos integration: added possibility to configure http server timeout.
+* Fixed a bug with Ignite API usage during node stop.
+* Fixed a bug with 'keepBinary' handling for CacheInterceptor.
+* Fixed a bug with CacheEntryEvent cleanup for filtered events.
+* Fixed a bug with broken synchronization between cache entry expiration and update.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.22
+------------------------------------
+* Fixed UTF-16 surrogate pairs marshalling.
+* Fixed local store behavior at cross cache transactions.
+* Fixed memory leak in IgniteH2Indexing.
+* Added backup partitions storing to local store default behavior.
+* ScanQueries over local partitions performance optimisation.
+* Visor CMD: Added ability to attach custom scripts to alerts.
+* WebSession: fixed a bug causing invalidated session to be returned from HttpServletRequest.getSession() call.
+* Hadoop: fixed a bug causing exception during job resource unpacking.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.21
+------------------------------------
+* Web sessions: minor fix to prevent NullPointerException in some special case.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.20
+------------------------------------
+* Web sessions: user session classes are no longer needed on server nodes.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.19
+------------------------------------
+* Added cache deadlock detection.
 * Fixed a bug causing object deserialization when local store is configured for cache.
 * Fixed a problem with incorrect classloader picked in OSGI environment.
-* Fixed a race condition when evicted offheap data was not delivered to query engine leading to query timeout.
-* Fixed an issue in ContinuousQueries that caused missing of notifications.
-* Fixed background cache partition map exchange not to flood network.
-* Fixed BinaryContext to honor custom loader set through IgniteConfiguration.
-* Fixed BinaryObjectOffHeapImpl leak to public code.
-* Fixed cluster stability with 500+ clients.
-* Fixed continuous queries to send filter factory instead of filter.
-* Fixed continuous query deployment in case originating node has left.
-* Fixed issues with continuous query.
-* Fixed deadlock in services deployment when Spring is used.
-* Fixed discovery and node start procedure issues that may cause slowdowns during larger topologies start (>100 nodes).
-* Fixed eviction policy notification if swap or off heap is enabled and an entry is not loaded during preloading.
-* Fixed excessive thread stack usage in case of high contention on cache entries.
-* Fixed execution of Splunk MapReduce jobs on top of Ignite MR.
-* Fixed GridClosureProcessor internal closures to be deserialized by BinaryMarshaller.
-* Fixed issue with AWS dependencies.
-* Fixed java proxies deserialization with optimized marshaller.
-* Fixed local store behavior at cross cache transactions.
-* Fixed marshalling of Java collection and maps for BinaryMarshaller.
-* Fixed memory leak in IgniteH2Indexing.
-* Fixed NPE during rebalancing.
-* Fixed NPE in GridMergeIndex.
-* Fixed OOME when OFFHEAP_TIERED mode is used.
-* Fixed potential thread starvation during cache rebalancing.
-* Fixed race condition on load cache on changing topology.
-* Fixed race in marshalling logic that could arise when several nodes are running on the same host.
-* Fixed redeployment issues happened with ScanQueries filters.
-* Fixed service proxy not to make remote call for methods declared in java.lang.Object.
-* Fixed several ClassNotFoundException in OSGi environment.
-* Fixed SKIP_STORE flag behavior for transaction entry.
-* Fixed support for classes with equal simple name for binary marshaller.
-* Fixed system caches not to use user-defined TransactionConfiguration.
-* Fixed the issue when CacheStore was updated even if EntryProcessor didn't update an entry.
-* Fixed thread safety for TcpDiscoveryMulticastIpFinder.
-* Fixed unintentional deserialization of BinaryObjects in OFFHEAP mode with peer class loading enabled.
-* Fixed UTF-16 surrogate pairs marshalling.
-* Fixed value copying in entry processor with OptimizedMarshaller.
-* Fixed web session clustering with WebLogic.
 * Hadoop: fixed a bug causing exception during MR planning when input split file doesn't exist.
-* IGFS: Added configuration flag to disable default path modes under "/ignite" folder.
-* IGFS: Added pluggable factory interface for Hadoop FileSystem creation.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.18
+------------------------------------
+* Fixed potential thread starvation during cache rebalancing.
+* Fixed deadlock in services deployment when Spring is used.
+* Mesos integration: added possibility to load Ignite package from file system.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.17
+------------------------------------
+* Performance optimization for transactions that do not acquire locks.
+* Optimized memory usage on server nodes to allow more client connections.
+* Added support for join timeout while registering local addresses with IP finder in TcpDiscoverySpi.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.16
+------------------------------------
+* Added asynchronous execution of ContinuousQuery's remote filter and local listener.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.15
+------------------------------------
+* Fixed discovery and node start procedure issues that may cause slowdowns during larger topologies start (>100 nodes).
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.14
+------------------------------------
+* Fixed a race condition when evicted offheap data was not delivered to query engine leading to query timeout.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.12
+------------------------------------
+* Improved marshaller behavior during cluster topology change.
+* .NET: Added ability to use Java-based remote filters in continuous queries.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.11
+------------------------------------
+* Fixed cluster stability with 500+ clients.
+* Fixed background cache partition map exchange not to flood network.
+* Fixed BinaryObjectOffHeapImpl leak to public code.
+* Fixed BinaryContext to honor custom loader set through IgniteConfiguration.
+* Fixed continuous query not to call listener with empty set of events.
+* IGFS: Massive performance and stability fixes.
+* Many stability and fault-tolerance fixes.
+
+GridGain In-Memory Data Fabric Professional Edition 1.5.10
+------------------------------------
+* Fixed continuous query listener notification handling.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.9
+---------------------------------------
+* Fixed issue with AWS dependencies.
+* Fixed excessive thread stack usage in case of high contention on cache entries.
+* Fixed continuous queries to send filter factory instead of filter.
+* Fixed NPE during rebalancing.
+* Fixed system caches not to use user-defined TransactionConfiguration.
+* Fixed GridClosureProcessor internal closures to be deserialized by BinaryMarshaller.
+* Fixed web session clustering with WebLogic.
+* Fixed value copying in entry processor with OptimizedMarshaller.
+* Fixed continuous query listener notification during concurrent key put.
+* Fixed service proxy not to make remote call for methods declared in java.lang.Object.
+* Added support for JTA transactions via synchronization callback.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.8
+---------------------------------------
+* Fixed java proxies deserialization with optimized marshaller.
+* Fixed excessive thread stack usage in case of high contention on cache entries.
+* Fixed SKIP_STORE flag behavior for transaction entry.
+* Fixed thread safety for TcpDiscoveryMulticastIpFinder.
 * IGFS: Fixed file properties when running over secondary file system.
 * IGFS: Fixed issues with Kerberized HDFS.
-* IGFS: Massive performance and stability fixes.
-* Improved marshaller behavior during cluster topology change.
-* Mesos integration: added possibility to load Ignite package from file system.
-* Optimized cache 'get' operations on affinity node.
-* Optimized memory usage on server nodes to allow more client connections.
-* Passed update notifier flag to discovery data to be sure that all cluster nodes have the same notifier status as the first node.
-* Performance optimization for transactions that do not acquire locks.
-* ScanQueries over local partitions performance optimisation.
-* Support of package-private implementations for Ignite Services.
-* Supported Ignite Compute tasks cancellation for Ignite.NET.
-* Visor CMD: Added ability to attach custom scripts to alerts.
-* Web sessions: minor fix to prevent NullPointerException in some special case.
-* Web sessions: user session classes are no longer needed on server nodes.
-* A lot of stability and fault-tolerance fixes.
 
-Apache Ignite In-Memory Data Fabric 1.5
+GridGain In-Memory Data Fabric Community Edition 1.5.7
+---------------------------------------
+* Added method to get versioned cache entry.
+* Added ability to get partition 'updateCntr' with continuous query public API.
+* Fixed several ClassNotFoundException in OSGi environment.
+* Fixed continuous query notification with single node topology.
+* Fixed continuous query notification with cache listeners.
+* Fixed continuous query deployment in case originating node has left.
+* Fixed NPE in GridMergeIndex.
+* Fixed race condition on load cache on changing topology.
+* Fixed OOME when OFFHEAP_TIERED mode is used.
+* Fixed support for classes with equal simple name for binary marshaller.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.6
+---------------------------------------
+* Support of package-private implementations for Ignite Services.
+* Fixed unintentional deserialization of BinaryObjects in OFFHEAP mode with peer class loading enabled.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.5
+---------------------------------------
+* Fixed the issue when CacheStore was updated even if EntryProcessor didn't update an entry.
+* Fixed execution of Splunk MapReduce jobs on top of Ignite MR.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.4
+---------------------------------------
+* Passed update notifier flag to discovery data to be sure that all cluster nodes have the same notifier status as the first node.
+* Optimized cache 'get' operations on affinity node.
+* Supported Ignite Compute tasks cancellation for Ignite.NET.
+* Fixed race in marshalling logic that could arise when several nodes are running on the same host.
+* Fixed marshalling of Java collection and maps for BinaryMarshaller.
+* Fixed eviction policy notification if swap or off heap is enabled and an entry is not loaded during preloading.
+* Fixed redeployment issues happened with ScanQueries filters.
+* Fixed an issue in ContinuousQueries that caused missing of notifications.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.3
+---------------------------------------
+* IGFS: Added pluggable factory interface for Hadoop FileSystem creation.
+* IGFS: Added configuration flag to disable default path modes under "/ignite" folder.
+* IGFS: Various stability fixes.
+
+GridGain In-Memory Data Fabric Community Edition 1.5.1
 ---------------------------------------
 * Ignite.NET: Initial Release.
 * Ignite C++: Initial Release.
@@ -113,14 +269,12 @@
 
 Complete list of closed issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20fixVersion%20%3D%201.5%20AND%20status%20%3D%20closed
 
-Apache Ignite In-Memory Data Fabric 1.4
+GridGain In-Memory Data Fabric Community Edition 1.4.1
 ---------------------------------------
 * Added SSL support to communication and discovery.
 * Added support for log4j2.
 * Added versioned entry to cache API.
 * Added client node based JDBC driver implementation.
-* Fixed consistency issue for custom events processing within discovery.
-* Fixed race in cache swap/unswap logic.
 * Fixed IGNITE_HOME resolution with JBoss.
 * Fixed configuration file resolution on classpath.
 * Fixed MBean registration for caches.
@@ -131,21 +285,39 @@
 * Fixed affinity routing in compute grid.
 * Many stability and fault-tolerance fixes.
 
-Apache Ignite In-Memory Data Fabric 1.3
+GridGain In-Memory Data Fabric Community Edition 1.3.3
+---------------------------------------
+
+* Added SSL support to communication and discovery.
+* Fixed IGNITE_HOME resolution with JBoss.
+* Fixed configuration file resolution on classpath.
+* Fixed MBean registration for caches.
+* Many stability and fault-tolerance fixes.
+
+GridGain In-Memory Data Fabric Community Edition 1.3.1
 ---------------------------------------
 
 * Added auto-retries for cache operations in recoverable cases.
 * Added integration with Apache YARN.
-* Added auto detection and dropping of slow client nodes.
 * Fixed several issues with JTA integration.
 * Fixed several issues with Hibernate L2 cache.
-* Fixed issue with GAR files in source release.
 * Stability fixes for TCP discovery SPI.
 * Stability fixes for onheap and offheap SQL queries.
 * Bug fixes in In-Memory Accelerator For Apache Hadoop.
 * Many stability and fault-tolerance fixes.
 
-Apache Ignite In-Memory Data Fabric 1.2
+GridGain In-Memory Data Fabric Community Edition 1.1.4
+---------------------------------------
+
+* Added dropping of slow clients.
+* Fixed several connectivity issues.
+
+GridGain In-Memory Data Fabric Community Edition 1.1.3
+---------------------------------------
+
+* Fixed cache store configuration validation.
+
+GridGain In-Memory Data Fabric Community Edition 1.1.2
 ---------------------------------------
 
 * Added client mode to TCP discovery SPI.
@@ -157,7 +329,13 @@
 * Bug fixes in In-Memory Accelerator For Apache Hadoop.
 * Many stability and fault-tolerance fixes.
 
-Apache Ignite In-Memory Data Fabric 1.1
+GridGain In-Memory Data Fabric Community Edition 1.0.5
+---------------------------------------
+
+* Fixed unnecessary value sending for near cache with near lock response
+* Optimized getOrCreateCache methods for case when cache is already started locally
+
+GridGain In-Memory Data Fabric Community Edition 1.0.4
 ---------------------------------------
 
 * Added Google Compute Engine TCP discovery IP finder.
@@ -177,7 +355,7 @@
 * Made deployment scanners for URI-based deployment pluggable.
 * Many stability and fault-tolerance fixes.
 
-Apache Ignite In-Memory Data Fabric 1.0
+GridGain In-Memory Data Fabric Community Edition 1.0
 ---------------------------------------
 
 * Simplified query API.
@@ -193,7 +371,7 @@
 * Added ability to automatically exclude LGPL optional dependencies during build.
 
 
-Apache Ignite In-Memory Data Fabric 1.0 RC3
+GridGain In-Memory Data Fabric Community Edition 1.0 RC3
 -------------------------------------------
 
 This is the first release of Apache Ignite project. The source code in large part is based
diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml
index 7e7ccc2..73bbc69 100644
--- a/examples/pom-standalone-lgpl.xml
+++ b/examples/pom-standalone-lgpl.xml
@@ -26,6 +26,13 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <repositories>
+        <repository>
+            <id>GridGain External Repository</id>
+            <url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
+        </repository>
+    </repositories>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml
index 6247ced..b01d67a 100644
--- a/examples/pom-standalone.xml
+++ b/examples/pom-standalone.xml
@@ -26,6 +26,13 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <repositories>
+        <repository>
+            <id>GridGain External Repository</id>
+            <url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
+        </repository>
+    </repositories>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 979a46f..203e1d3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>ignite-examples</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <dependencies>
         <dependency>
diff --git a/examples/schema-import/pom-standalone.xml b/examples/schema-import/pom-standalone.xml
index e443728..95c8a9d 100644
--- a/examples/schema-import/pom-standalone.xml
+++ b/examples/schema-import/pom-standalone.xml
@@ -26,6 +26,13 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <repositories>
+        <repository>
+            <id>GridGain External Repository</id>
+            <url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
+        </repository>
+    </repositories>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
diff --git a/examples/schema-import/pom.xml b/examples/schema-import/pom.xml
index b6e36ef..6c5a957 100644
--- a/examples/schema-import/pom.xml
+++ b/examples/schema-import/pom.xml
@@ -35,7 +35,7 @@
     </properties>
 
     <artifactId>ignite-schema-import-demo</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <dependencies>
         <dependency>
diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml
index eaebaf2..a3b2727 100644
--- a/modules/aop/pom.xml
+++ b/modules/aop/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-aop</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/apache-license-gen/pom.xml b/modules/apache-license-gen/pom.xml
index 53b1a8f..cdf15fb 100644
--- a/modules/apache-license-gen/pom.xml
+++ b/modules/apache-license-gen/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.ignite</groupId>
     <artifactId>ignite-apache-license-gen</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <build>
diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml
index 2aee655..04e9585 100644
--- a/modules/aws/pom.xml
+++ b/modules/aws/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-aws</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/benchmarks/pom.xml b/modules/benchmarks/pom.xml
index 00315a8..28c2ed1 100644
--- a/modules/benchmarks/pom.xml
+++ b/modules/benchmarks/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-benchmarks</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/camel/pom.xml b/modules/camel/pom.xml
index f40ff62..52ba091 100644
--- a/modules/camel/pom.xml
+++ b/modules/camel/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-camel</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/cassandra/pom.xml b/modules/cassandra/pom.xml
index dc8b08c..77a4414 100644
--- a/modules/cassandra/pom.xml
+++ b/modules/cassandra/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-cassandra</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml
index fa25d18..bb53662 100644
--- a/modules/clients/pom.xml
+++ b/modules/clients/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-clients</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml
index 8232d00..6ebc61c 100644
--- a/modules/cloud/pom.xml
+++ b/modules/cloud/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>ignite-cloud</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml
index aff0d3a..ef21c6b 100644
--- a/modules/codegen/pom.xml
+++ b/modules/codegen/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-codegen</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 5e32caf..d287967 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-core</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <repositories>
@@ -42,7 +42,7 @@
     </repositories>
 
     <properties>
-        <ignite.update.notifier.product>apache-ignite</ignite.update.notifier.product>
+        <ignite.update.notifier.product>gridgain-community</ignite.update.notifier.product>
 
         <!-- Imports:
                 - com.sun.jmx.mbeanserver => only used from TCKMBeanServerBuilder which has no usages within Ignite's
diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml
index 9bebf74..820c0b6 100644
--- a/modules/extdata/p2p/pom.xml
+++ b/modules/extdata/p2p/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-extdata-p2p</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <dependencies>
         <dependency>
diff --git a/modules/extdata/uri/modules/uri-dependency/pom.xml b/modules/extdata/uri/modules/uri-dependency/pom.xml
index 1d9da24..344178f 100644
--- a/modules/extdata/uri/modules/uri-dependency/pom.xml
+++ b/modules/extdata/uri/modules/uri-dependency/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>ignite-extdata-uri-dep</artifactId>
     <packaging>jar</packaging>
 
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml
index 1cef7f9..f5b524c 100644
--- a/modules/extdata/uri/pom.xml
+++ b/modules/extdata/uri/pom.xml
@@ -32,7 +32,7 @@
     </parent>
 
     <artifactId>ignite-extdata-uri</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <dependencies>
         <dependency>
diff --git a/modules/flink/pom.xml b/modules/flink/pom.xml
index 118c175..6c52d9e 100644
--- a/modules/flink/pom.xml
+++ b/modules/flink/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-flink</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/flume/pom.xml b/modules/flume/pom.xml
index f9d36e9..6fead3f 100644
--- a/modules/flume/pom.xml
+++ b/modules/flume/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-flume</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/gce/pom.xml b/modules/gce/pom.xml
index 8c7bed4..8338425 100644
--- a/modules/gce/pom.xml
+++ b/modules/gce/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-gce</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml
index eeef657..b0076e2 100644
--- a/modules/geospatial/pom.xml
+++ b/modules/geospatial/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-geospatial</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml
index a3f40e5..c5168c6 100644
--- a/modules/hadoop/pom.xml
+++ b/modules/hadoop/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-hadoop</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml
index b0ea68d..6c687ab 100644
--- a/modules/hibernate/pom.xml
+++ b/modules/hibernate/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-hibernate</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index d667531..d533dfa 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-indexing</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml
index fbc9441..293a34d 100644
--- a/modules/jcl/pom.xml
+++ b/modules/jcl/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-jcl</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/jms11/pom.xml b/modules/jms11/pom.xml
index a4222a0..dafbbdf 100644
--- a/modules/jms11/pom.xml
+++ b/modules/jms11/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-jms11</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml
index 64ad26d..ed6a06e 100644
--- a/modules/jta/pom.xml
+++ b/modules/jta/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-jta</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml
index 07d031e..bd585c99 100644
--- a/modules/kafka/pom.xml
+++ b/modules/kafka/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-kafka</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml
index f74e59b..b70a578 100644
--- a/modules/log4j/pom.xml
+++ b/modules/log4j/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-log4j</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/log4j2/pom.xml b/modules/log4j2/pom.xml
index ac99196..2485aa3 100644
--- a/modules/log4j2/pom.xml
+++ b/modules/log4j2/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-log4j2</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/mesos/pom.xml b/modules/mesos/pom.xml
index 660b046..514a2b0 100644
--- a/modules/mesos/pom.xml
+++ b/modules/mesos/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-mesos</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/mqtt/pom.xml b/modules/mqtt/pom.xml
index ae984eb..391d7fe 100644
--- a/modules/mqtt/pom.xml
+++ b/modules/mqtt/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-mqtt</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/osgi-karaf/pom.xml b/modules/osgi-karaf/pom.xml
index f4e0113..dbc1fb3 100644
--- a/modules/osgi-karaf/pom.xml
+++ b/modules/osgi-karaf/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-osgi-karaf</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <packaging>pom</packaging>
 
     <build>
diff --git a/modules/osgi-paxlogging/pom.xml b/modules/osgi-paxlogging/pom.xml
index 779c9a9..9b3a3ff 100644
--- a/modules/osgi-paxlogging/pom.xml
+++ b/modules/osgi-paxlogging/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-osgi-paxlogging</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml
index 041fbd1..f9bf6f4 100644
--- a/modules/osgi/pom.xml
+++ b/modules/osgi/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-osgi</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml
index 860c64d..72ff61c 100644
--- a/modules/rest-http/pom.xml
+++ b/modules/rest-http/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-rest-http</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/scalar-2.10/pom.xml b/modules/scalar-2.10/pom.xml
index 06f43b9..2328302 100644
--- a/modules/scalar-2.10/pom.xml
+++ b/modules/scalar-2.10/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-scalar_2.10</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml
index e42c710..d4c37cc 100644
--- a/modules/scalar/pom.xml
+++ b/modules/scalar/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-scalar</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml
index e06f051..09cf3c5 100644
--- a/modules/schedule/pom.xml
+++ b/modules/schedule/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-schedule</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/schema-import-db/pom.xml b/modules/schema-import-db/pom.xml
index b34281b..910ad85 100644
--- a/modules/schema-import-db/pom.xml
+++ b/modules/schema-import-db/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-schema-import-db</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <dependencies>
         <dependency>
diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml
index 271e513..b0ab2eb 100644
--- a/modules/schema-import/pom.xml
+++ b/modules/schema-import/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-schema-import</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml
index 85195b0..bbc0b70 100644
--- a/modules/slf4j/pom.xml
+++ b/modules/slf4j/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-slf4j</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/spark-2.10/pom.xml b/modules/spark-2.10/pom.xml
index c02599b..b970e3d 100644
--- a/modules/spark-2.10/pom.xml
+++ b/modules/spark-2.10/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-spark_2.10</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index 4bde34f..6b631d3 100644
--- a/modules/spark/pom.xml
+++ b/modules/spark/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-spark</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml
index 397b209..bb96d4c 100644
--- a/modules/spring/pom.xml
+++ b/modules/spring/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-spring</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml
index aec0948..7e41bbc 100644
--- a/modules/ssh/pom.xml
+++ b/modules/ssh/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-ssh</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/storm/pom.xml b/modules/storm/pom.xml
index 712f910..eb96c60 100644
--- a/modules/storm/pom.xml
+++ b/modules/storm/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-storm</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml
index 4f65542..cd6f2a7 100644
--- a/modules/tools/pom.xml
+++ b/modules/tools/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-tools</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/twitter/pom.xml b/modules/twitter/pom.xml
index 8f0d917..9c86d9b 100644
--- a/modules/twitter/pom.xml
+++ b/modules/twitter/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-twitter</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml
index a621017..a57315a 100644
--- a/modules/urideploy/pom.xml
+++ b/modules/urideploy/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-urideploy</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/visor-console-2.10/pom.xml b/modules/visor-console-2.10/pom.xml
index a1d2987..a86567e 100644
--- a/modules/visor-console-2.10/pom.xml
+++ b/modules/visor-console-2.10/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-visor-console_2.10</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml
index 3dd9bd8..7c6e71b 100644
--- a/modules/visor-console/pom.xml
+++ b/modules/visor-console/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-visor-console</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml
index d095650..7e0b127 100644
--- a/modules/visor-plugins/pom.xml
+++ b/modules/visor-plugins/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-visor-plugins</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/web-agent/pom.xml b/modules/web-agent/pom.xml
index d87084f..8170160 100644
--- a/modules/web-agent/pom.xml
+++ b/modules/web-agent/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-web-agent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <properties>
         <maven.build.timestamp.format>yyMMddHHmmss</maven.build.timestamp.format>
diff --git a/modules/web-console/pom.xml b/modules/web-console/pom.xml
index 5c5cac0..382da80 100644
--- a/modules/web-console/pom.xml
+++ b/modules/web-console/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-web-console</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 
     <build>
         <plugins>
diff --git a/modules/web/ignite-appserver-test/pom.xml b/modules/web/ignite-appserver-test/pom.xml
index 045bbfa..fb9fbe2 100644
--- a/modules/web/ignite-appserver-test/pom.xml
+++ b/modules/web/ignite-appserver-test/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>ignite-appserver-test</artifactId>
     <packaging>jar</packaging>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/web/ignite-websphere-test/pom.xml b/modules/web/ignite-websphere-test/pom.xml
index 9127560..b2e665c 100644
--- a/modules/web/ignite-websphere-test/pom.xml
+++ b/modules/web/ignite-websphere-test/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>ignite-websphere-test</artifactId>
     <packaging>war</packaging>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/web/pom.xml b/modules/web/pom.xml
index 710c803..cf02a42 100644
--- a/modules/web/pom.xml
+++ b/modules/web/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-web</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml
index 51d714e..58529a4 100644
--- a/modules/yardstick/pom.xml
+++ b/modules/yardstick/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-yardstick</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/yarn/pom.xml b/modules/yarn/pom.xml
index 884176a..0a4e694 100644
--- a/modules/yarn/pom.xml
+++ b/modules/yarn/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-yarn</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/modules/zookeeper/pom.xml b/modules/zookeeper/pom.xml
index 41c381b..57fcb5b 100644
--- a/modules/zookeeper/pom.xml
+++ b/modules/zookeeper/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-zookeeper</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 2c7bad1..8f8e041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,12 +32,12 @@
 
     <groupId>org.apache.ignite</groupId>
     <artifactId>apache-ignite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.6.4</version>
     <packaging>pom</packaging>
 
     <properties>
         <!--fix <attachartifact>...< /> at apache-release profile if changed-->
-        <ignite.zip.pattern>${project.artifactId}-${ignite.edition}-${project.version}-bin</ignite.zip.pattern>
+        <ignite.zip.pattern>gridgain-professional-${ignite.edition}-${project.version}</ignite.zip.pattern>
     </properties>
 
     <scm>