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 <[email protected]> Authored: Wed Apr 25 15:53:00 2018 +0300 Committer: Alexey Goncharuk <[email protected]> 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;
