Commit 4a529439 authored by Tom Evans's avatar Tom Evans

OF-943: Fix timeout issues in HZ plugin

This updates the plugin metatdata to prepare a release for the timeout
bug fix which was previously committed (via PR#288).
parent c46e8e15
......@@ -44,6 +44,12 @@
Hazelcast Clustering Plugin Changelog
</h1>
<p><b>2.1.2</b> -- September 16, 2015</p>
<p>Bug fix:</p>
<ul>
<li><a href="http://issues.igniterealtime.org/browse/OF-943">OF-943</a>: Fix intermittent timeout issues for synchronous remote task execution</li>
</ul>
<p><b>2.1.1</b> -- August 11, 2015</p>
<p>Bug fix:</p>
<ul>
......
......@@ -5,7 +5,7 @@
<name>${plugin.name}</name>
<description>${plugin.description}</description>
<author>Tom Evans</author>
<version>2.1.1</version>
<date>08/11/2015</date>
<version>2.1.2</version>
<date>09/16/2015</date>
<minServerVersion>3.9.4</minServerVersion>
</plugin>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment