You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/24 03:45:08 UTC

[geode] branch release/1.10.0 updated: Add 1.9.1 to Version list

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.10.0 by this push:
     new a0b20b8  Add 1.9.1 to Version list
a0b20b8 is described below

commit a0b20b83b618ffa45316c8ad62d19072f75ebb06
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Fri Aug 23 20:43:34 2019 -0700

    Add 1.9.1 to Version list
    
    (cherry picked from commit a4e84ad79128c84a50340102068388ed94486117)
---
 .../org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java
index 16f007e..69a33b4 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java
@@ -337,6 +337,7 @@ public class CommandInitializer {
         ExecuteRegionFunctionGeode18.getCommand());
     allCommands.put(Version.GEODE_1_8_0, geode18Commands);
     allCommands.put(Version.GEODE_1_9_0, geode18Commands);
+    allCommands.put(Version.GEODE_1_9_1, geode18Commands);
     allCommands.put(Version.GEODE_1_10_0, geode18Commands);
 
     return Collections.unmodifiableMap(allCommands);