You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2018/04/25 12:53:16 UTC

ignite git commit: IGNITE-6113 Fixed VERSION_SINCE

Repository: ignite
Updated Branches:
  refs/heads/master 0dc906f01 -> 8b44db69a


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

Branch: refs/heads/master
Commit: 8b44db69a7c49054952c28b5e134a1be42a44666
Parents: 0dc906f
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Wed Apr 25 15:53:00 2018 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Wed Apr 25 15:53:00 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/8b44db69/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;