This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new a4e84ad Add 1.9.1 to Version list
a4e84ad is described below
commit a4e84ad79128c84a50340102068388ed94486117
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Aug 23 20:43:34 2019 -0700
Add 1.9.1 to Version list
---
.../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 0eb5b30..b472b97 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);
allCommands.put(Version.GEODE_1_11_0, geode18Commands);