Repository: ignite
Updated Branches:
  refs/heads/ignite-2.5 9b22ab738 -> 06f89322e


IGNITE-6113 Fixed VERSION_SINCE


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/06f89322
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/06f89322
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/06f89322

Branch: refs/heads/ignite-2.5
Commit: 06f89322e5b52c8177f988142732273191642377
Parents: 9b22ab7
Author: Alexey Goncharuk <[email protected]>
Authored: Wed Apr 25 15:53:00 2018 +0300
Committer: Alexey Goncharuk <[email protected]>
Committed: Wed Apr 25 15:53:39 2018 +0300

----------------------------------------------------------------------
 .../distributed/dht/preloader/GridDhtPartitionDemandMessage.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/06f89322/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
index 4fba917..0d2cc4b 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
@@ -40,7 +40,7 @@ public class GridDhtPartitionDemandMessage extends 
GridCacheGroupIdMessage {
     private static final long serialVersionUID = 0L;
 
     /** */
-    public static final IgniteProductVersion VERSION_SINCE = 
IgniteProductVersion.fromString("2.4.0");
+    public static final IgniteProductVersion VERSION_SINCE = 
IgniteProductVersion.fromString("2.4.4");
 
     /** Rebalance id. */
     private long rebalanceId;

Reply via email to