http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html
index 607d4b0..9339e61 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CacheTransactionManager (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CacheTransactionManager (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CacheTransactionManager (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CacheTransactionManager (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -176,7 +176,7 @@ var activeTableTab = "activeTableTab";
  Developer Guide for details on using transactions with Partitioned 
Regions.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html" 
title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a></dd>
 </dl>
@@ -363,7 +363,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if the thread is already 
associated with a transaction</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -413,7 +413,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if the thread is not 
associated with a transaction</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -432,7 +432,7 @@ var activeTableTab = "activeTableTab";
 <dd>the transaction identifier of the suspended transaction or null if
          the thread was not associated with a transaction</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 </dl>
 </li>
 </ul>
@@ -453,7 +453,7 @@ var activeTableTab = "activeTableTab";
            <a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isSuspended-com.gemstone.gemfire.cache.TransactionId-"><code>isSuspended(TransactionId)</code></a>
 would return false for the
            given transactionId</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-"><code>tryResume(TransactionId)</code></a></dd>
 </dl>
@@ -475,7 +475,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the transaction is in suspended state, false otherwise</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#exists-com.gemstone.gemfire.cache.TransactionId-"><code>exists(TransactionId)</code></a></dd>
 </dl>
@@ -504,7 +504,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the transaction was resumed, false otherwise</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 </dl>
 </li>
 </ul>
@@ -535,7 +535,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the transaction was resumed, false otherwise</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-"><code>tryResume(TransactionId)</code></a></dd>
 </dl>
@@ -557,7 +557,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the transaction is in progress, false otherwise.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6.2</dd>
+<dd>GemFire 6.6.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isSuspended-com.gemstone.gemfire.cache.TransactionId-"><code>isSuspended(TransactionId)</code></a></dd>
 </dl>
@@ -575,7 +575,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if a transaction exists, false otherwise</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -591,7 +591,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the transaction identifier or null if no transaction exists</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -626,7 +626,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the cache's <code>TransactionListener</code>s; an empty array if no 
listeners</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 </dl>
 </li>
 </ul>
@@ -666,7 +666,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalArgumentException</code> - if 
<code>aListener</code> is null</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 </dl>
 </li>
 </ul>
@@ -687,7 +687,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalArgumentException</code> - if 
<code>aListener</code> is null</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 </dl>
 </li>
 </ul>
@@ -705,7 +705,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalArgumentException</code> - if the 
<code>newListeners</code> array has a null element</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 </dl>
 </li>
 </ul>
@@ -721,7 +721,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>writer</code> - </dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></dd>
 </dl>
@@ -739,7 +739,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the current <a 
href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#setWriter-com.gemstone.gemfire.cache.TransactionWriter-"><code>setWriter(TransactionWriter)</code></a></dd>
 </dl>
@@ -760,7 +760,7 @@ var activeTableTab = "activeTableTab";
 <dd><code>java.lang.IllegalStateException</code> - if a transaction is already 
in progress
  and this method sets the distributed mode to a different value.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>9.0</dd>
+<dd>Geode 1.0</dd>
 </dl>
 </li>
 </ul>
@@ -777,7 +777,7 @@ var activeTableTab = "activeTableTab";
 <dd>true if distributed,
  false otherwise.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>9.0</dd>
+<dd>Geode 1.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriter.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriter.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriter.html
index b1a241b..1062492 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriter.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriter.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CacheWriter (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CacheWriter (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CacheWriter (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CacheWriter (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -132,7 +132,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" titl
  of whether the initiator is in the same VM as the 
<code>CacheWriter</code>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-"><code>AttributesFactory.setCacheWriter(com.gemstone.gemfire.cache.CacheWriter&lt;K,
 V&gt;)</code></a>, 
 <a 
href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheWriter--"><code>RegionAttributes.getCacheWriter()</code></a>,
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriterException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriterException.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriterException.html
index f602f10..0d593a4 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriterException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheWriterException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CacheWriterException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CacheWriterException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CacheWriterException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CacheWriterException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -143,7 +143,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/OperationAbortedExceptio
  cache, even if the caller is not in the same cache VM.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" 
title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a>, 
 <a 
href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object,
 Object)</code></a>, 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheXmlException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheXmlException.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheXmlException.html
index 3b58da8..bc79ab5 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheXmlException.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheXmlException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CacheXmlException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CacheXmlException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CacheXmlException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CacheXmlException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -139,7 +139,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
  the inability to load a <a 
href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface 
in com.gemstone.gemfire.cache"><code>Declarable</code></a> class.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-"><code>CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)</code></a>,
 
 <a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheXmlException">Serialized
 Form</a></dd>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/ClientSession.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/ClientSession.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/ClientSession.html
index 8610234..b91b1b1 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/ClientSession.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/ClientSession.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>ClientSession (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>ClientSession (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ClientSession (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="ClientSession (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
  </pre></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.0</dd>
+<dd>GemFire 6.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#getClientSession-java.lang.String-"><code>getClientSession</code></a>,
 
 <a 
href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#getClientSession-com.gemstone.gemfire.distributed.DistributedMember-"><code>getClientSession</code></a></dd>
@@ -282,7 +282,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if this is not the primary 
server for the given client</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -327,7 +327,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if this is not the primary 
server for the given client</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -372,7 +372,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if this is not the primary 
server for the given client</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -417,7 +417,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if this is not the primary 
server for the given client</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitConflictException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitConflictException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitConflictException.html
index c3686a6..177e4d0 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitConflictException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitConflictException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CommitConflictException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CommitConflictException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommitConflictException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CommitConflictException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -141,7 +141,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/TransactionException.htm
 <div class="block">Thrown when a commit fails due to a write conflict.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#commit--"><code>CacheTransactionManager.commit()</code></a>,
 
 <a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitConflictException">Serialized
 Form</a></dd>
@@ -274,7 +274,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/TransactionException.htm
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cause</code> - the causal Throwable</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitDistributionException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitDistributionException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitDistributionException.html
index 44c6221..349e892 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitDistributionException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitDistributionException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CommitDistributionException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CommitDistributionException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommitDistributionException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CommitDistributionException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -155,7 +155,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/TransactionException.htm
   in each RegionDistributionException.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitDistributionException">Serialized
 Form</a></dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitIncompleteException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitIncompleteException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitIncompleteException.html
index cdc0ee1..bd5bba8 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitIncompleteException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CommitIncompleteException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CommitIncompleteException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CommitIncompleteException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommitIncompleteException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CommitIncompleteException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -43,7 +43,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" 
title="interface in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../index.html?com/gemstone/gemfire/cache/CommitIncompleteException.html"
 target="_top">Frames</a></li>
@@ -141,7 +141,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/TransactionException.htm
 <div class="block">Thrown when a commit fails to complete due to errors</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.7</dd>
+<dd>GemFire 5.7</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitIncompleteException">Serialized
 Form</a></dd>
 </dl>
@@ -253,7 +253,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/TransactionException.htm
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" 
title="interface in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../index.html?com/gemstone/gemfire/cache/CommitIncompleteException.html"
 target="_top">Frames</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
deleted file mode 100644
index 90f0efe..0000000
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
+++ /dev/null
@@ -1,345 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CustomEvictionAttributes (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CustomEvictionAttributes (Apache Geode 
1.0.0-incubating.M2)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" 
title="interface in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?com/gemstone/gemfire/cache/CustomEvictionAttributes.html"
 target="_top">Frames</a></li>
-<li><a href="CustomEvictionAttributes.html" 
target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">com.gemstone.gemfire.cache</div>
-<h2 title="Class CustomEvictionAttributes" class="title">Class 
CustomEvictionAttributes</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>com.gemstone.gemfire.cache.CustomEvictionAttributes</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public abstract class <span 
class="typeNameLabel">CustomEvictionAttributes</span>
-extends java.lang.Object</pre>
-<div class="block">Custom eviction attributes including <a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> and evictor
- start time and frequency, if any.</div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>gfxd 1.0</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!--   -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier</th>
-<th class="colLast" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#CustomEvictionAttributes-com.gemstone.gemfire.cache.EvictionCriteria-long-long-boolean-">CustomEvictionAttributes</a></span>(<a
 href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;?,?&gt;&nbsp;criteria,
-                        long&nbsp;startTime,
-                        long&nbsp;interval,
-                        boolean&nbsp;evictIncoming)</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;K,V&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getCriteria--">getCriteria</a></span>()</code>
-<div class="block">Get the <a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> for this custom 
eviction.</div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--">getEvictorInterval</a></span>()</code>
-<div class="block">The intervals at which the periodic evictor task is fired 
and
- <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> evaluated to 
evict entries.</div>
-</td>
-</tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorStartTime--">getEvictorStartTime</a></span>()</code>
-<div class="block">The absolute start time in milliseconds (as returned by
- <code>System.currentTimeMillis()</code>) when the evictor will be first 
fired.</div>
-</td>
-</tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#isEvictIncoming--">isEvictIncoming</a></span>()</code>
-<div class="block">If this returns true, then the criteria should always be 
applied to
- incoming entries and never as a periodic task.</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a 
name="CustomEvictionAttributes-com.gemstone.gemfire.cache.EvictionCriteria-long-long-boolean-">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>CustomEvictionAttributes</h4>
-<pre>protected&nbsp;CustomEvictionAttributes(<a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;?,?&gt;&nbsp;criteria,
-                                   long&nbsp;startTime,
-                                   long&nbsp;interval,
-                                   boolean&nbsp;evictIncoming)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="getCriteria--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getCriteria</h4>
-<pre>public&nbsp;&lt;K,V&gt;&nbsp;<a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;K,V&gt;&nbsp;getCriteria()</pre>
-<div class="block">Get the <a 
href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> for this custom 
eviction. The criteria
- will be applied to the region entries either periodically as per
- <a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorStartTime--"><code>getEvictorStartTime()</code></a>
 and <a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--"><code>getEvictorInterval()</code></a>,
 or on
- incoming puts if <a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#isEvictIncoming--"><code>isEvictIncoming()</code></a>
 is true.</div>
-</li>
-</ul>
-<a name="getEvictorStartTime--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getEvictorStartTime</h4>
-<pre>public final&nbsp;long&nbsp;getEvictorStartTime()</pre>
-<div class="block">The absolute start time in milliseconds (as returned by
- <code>System.currentTimeMillis()</code>) when the evictor will be first fired.
- Thereafter the evictor will be fired periodically every
- <a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--"><code>getEvictorInterval()</code></a>
 milliseconds.</div>
-</li>
-</ul>
-<a name="getEvictorInterval--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getEvictorInterval</h4>
-<pre>public final&nbsp;long&nbsp;getEvictorInterval()</pre>
-<div class="block">The intervals at which the periodic evictor task is fired 
and
- <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" 
title="interface in 
com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> evaluated to 
evict entries.</div>
-</li>
-</ul>
-<a name="isEvictIncoming--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>isEvictIncoming</h4>
-<pre>public final&nbsp;boolean&nbsp;isEvictIncoming()</pre>
-<div class="block">If this returns true, then the criteria should always be 
applied to
- incoming entries and never as a periodic task.</div>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" 
title="interface in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?com/gemstone/gemfire/cache/CustomEvictionAttributes.html"
 target="_top">Frames</a></li>
-<li><a href="CustomEvictionAttributes.html" 
target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomExpiry.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomExpiry.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomExpiry.html
index 5b639d9..6e70dae 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomExpiry.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/CustomExpiry.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>CustomExpiry (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>CustomExpiry (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CustomExpiry (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="CustomExpiry (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -208,7 +208,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" titl
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" 
title="class in com.gemstone.gemfire.cache"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DataPolicy.html
----------------------------------------------------------------------
diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/DataPolicy.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DataPolicy.html
index dcb85bf..2e77c72 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/DataPolicy.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/DataPolicy.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DataPolicy (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DataPolicy (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataPolicy (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DataPolicy (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":9,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
+var methods = 
{"i0":9,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -124,11 +124,10 @@ implements java.io.Serializable</pre>
  <li><code>PERSISTENT_PARTITION</code> in addition to <code>PARTITION</code> 
also causes data to be stored to disk. The region initialization uses the data 
stored on disk.
  <li><code>REPLICATE</code> causes data that this region is interested in to 
be stored in local memory. A distributed region will be initialized with the 
data from other caches. On distributed region operations that would cause the 
contents to differ with other caches are not allowed. This policy is allowed on 
local scope region but it behaves the same as <code>NORMAL</code>.
  <li><code>PERSISTENT_REPLICATE</code> in addition to <code>REPLICATE</code> 
also causes data to be stored to disk. The region initialization uses the data 
stored on disk. Note that the persistence applies to both local scope and 
distributed scope.
- <li><code>HDFS_PARTITION</code> in addition to <code>PARTITION</code> also 
causes data to be stored to HDFS. The region initialization may use the data 
stored on HDFS. 
  </ol></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.0</dd>
+<dd>GemFire 5.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDataPolicy-com.gemstone.gemfire.cache.DataPolicy-"><code>AttributesFactory.setDataPolicy(com.gemstone.gemfire.cache.DataPolicy)</code></a>,
 
 <a 
href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDataPolicy--"><code>RegionAttributes.getDataPolicy()</code></a>,
 
@@ -295,35 +294,29 @@ implements java.io.Serializable</pre>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withHDFS--">withHDFS</a></span>()</code>
-<div class="block">Return whether this policy does persistence on HDFS.</div>
-</td>
-</tr>
-<tr id="i10" class="altColor">
-<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPartitioning--">withPartitioning</a></span>()</code>
 <div class="block">Return whether this policy does partitioning.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPersistence--">withPersistence</a></span>()</code>
 <div class="block">Return whether this policy does persistence.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPreloaded--">withPreloaded</a></span>()</code>
 <div class="block">Return whether this policy does preloaded.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--">withReplication</a></span>()</code>
 <div class="block">Return whether this policy does replication.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withStorage--">withStorage</a></span>()</code>
 <div class="block">Return true if regions with this policy store data 
locally.</div>
@@ -434,7 +427,7 @@ implements java.io.Serializable</pre>
  disk. The region initialization may use the data stored on disk.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -530,7 +523,7 @@ implements java.io.Serializable</pre>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if this policy does persistence.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>PERSISTENT_PARTITION</code></a>,
 
 <a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a></dd>
@@ -549,7 +542,7 @@ implements java.io.Serializable</pre>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if this policy does partitioning</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a>,
 
 <a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>PERSISTENT_PARTITION</code></a></dd>
@@ -568,7 +561,7 @@ implements java.io.Serializable</pre>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if this policy does preloaded.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>PRELOADED</code></a></dd>
 </dl>
@@ -679,20 +672,6 @@ implements java.io.Serializable</pre>
 </dl>
 </li>
 </ul>
-<a name="withHDFS--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>withHDFS</h4>
-<pre>public&nbsp;boolean&nbsp;withHDFS()</pre>
-<div class="block">Return whether this policy does persistence on HDFS.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>true if this policy does persistence on HDFS.</dd>
-</dl>
-</li>
-</ul>
 <a name="toString--">
 <!--   -->
 </a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/Declarable.html
----------------------------------------------------------------------
diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/Declarable.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/Declarable.html
index fe174ba..56f4da3 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/Declarable.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/Declarable.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>Declarable (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>Declarable (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Declarable (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="Declarable (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -140,7 +140,7 @@ var activeTableTab = "activeTableTab";
  See <a href="package-summary.html#declarative">package introduction</a>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>2.0</dd>
+<dd>GemFire 2.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskAccessException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskAccessException.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskAccessException.html
index 2ad5f27..350eb2f 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskAccessException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskAccessException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DiskAccessException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DiskAccessException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskAccessException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DiskAccessException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -142,7 +142,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <div class="block">Indicates that an <code>IOException</code> during a disk 
region operation.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.2</dd>
+<dd>GemFire 3.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DiskAccessException">Serialized
 Form</a></dd>
 </dl>
@@ -318,7 +318,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <dd><code>msg</code> - a message string</dd>
 <dd><code>regionName</code> - The name of the Region for which the disk 
operation failed</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -336,7 +336,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <dd><code>msg</code> - a message string</dd>
 <dd><code>ds</code> - The disk store for which the disk operation failed</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -357,7 +357,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <dd><code>cause</code> - a causal Throwable</dd>
 <dd><code>regionName</code> - The name of the Region for which the disk 
operation failed</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -378,7 +378,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <dd><code>cause</code> - a causal Throwable</dd>
 <dd><code>ds</code> - The disk store for which the disk operation failed</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -411,7 +411,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <dd><code>msg</code> - the message string</dd>
 <dd><code>cause</code> - a causal Throwable</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>gemfire 8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStore.html
----------------------------------------------------------------------
diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStore.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStore.html
index 6ab06d8..d874bb7 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStore.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStore.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DiskStore (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DiskStore (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskStore (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DiskStore (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
  <p>Existing DiskStore instances can be found using <a 
href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#findDiskStore-java.lang.String-"><code>GemFireCache.findDiskStore(String)</code></a></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -512,7 +512,7 @@ var activeTableTab = "activeTableTab";
 <dd><code>java.lang.IllegalStateException</code> - if the disk store is 
currently
  in use by any regions, gateway senders, or a PDX type registry.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>
@@ -529,7 +529,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the warning percent</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>
@@ -546,7 +546,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the critical percent</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStoreFactory.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStoreFactory.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStoreFactory.html
index c376d2f..751242e 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStoreFactory.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskStoreFactory.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DiskStoreFactory (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DiskStoreFactory (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskStoreFactory (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DiskStoreFactory (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
  call <a 
href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>create(java.lang.String)</code></a>
 to produce a disk store instance.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>
@@ -694,7 +694,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a reference to <code>this</code></dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>
@@ -713,7 +713,7 @@ var activeTableTab = "activeTableTab";
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a reference to <code>this</code></dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>8.0</dd>
+<dd>GemFire 8.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributes.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributes.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributes.html
index 49e018b..873cc84 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributes.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributes.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DiskWriteAttributes (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DiskWriteAttributes (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskWriteAttributes (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DiskWriteAttributes (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ extends java.io.Serializable</pre>
 <div class="block">Immutable parameter object for describing how <a 
href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" 
title="interface in com.gemstone.gemfire.cache">region entries</a> should be 
written to disk.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.2</dd>
+<dd>GemFire 3.2</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" 
title="class in 
com.gemstone.gemfire.cache"><code>DiskWriteAttributesFactory</code></a>, 
 <a 
href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskWriteAttributes-com.gemstone.gemfire.cache.DiskWriteAttributes-"><code>AttributesFactory.setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes)</code></a>,
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
index 973abdf..d6707ef 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DiskWriteAttributesFactory (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DiskWriteAttributesFactory (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskWriteAttributesFactory (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DiskWriteAttributesFactory (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -122,7 +122,7 @@ implements java.io.Serializable</pre>
 <div class="block">Factory for getting DiskWriteAttribute objects</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.1</dd>
+<dd>GemFire 5.1</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DiskWriteAttributesFactory">Serialized
 Form</a></dd>
 </dl>
@@ -467,7 +467,7 @@ public&nbsp;<a 
href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.
 <dd><code>java.lang.IllegalStateException</code> - if the current settings has 
compaction enabled with maximum Oplog
            Size specified as infinite ( represented by 0 ) *</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.1</dd>
+<dd>GemFire 5.1</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
index 0470a8e..3fca5b3 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DuplicatePrimaryPartitionException (Apache Geode 
1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DuplicatePrimaryPartitionException (Apache Geode 
1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DuplicatePrimaryPartitionException (Apache 
Geode 1.0.0-incubating.M2)";
+            parent.document.title="DuplicatePrimaryPartitionException (Apache 
Geode 1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -132,7 +132,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/GemFireException.html" title="
  partitions</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.6</dd>
+<dd>GemFire 6.6</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DuplicatePrimaryPartitionException">Serialized
 Form</a></dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
index a0c2b09..a4743bc 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DynamicRegionFactory.Config (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DynamicRegionFactory.Config (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DynamicRegionFactory.Config (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DynamicRegionFactory.Config (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -124,7 +124,7 @@ extends java.lang.Object</pre>
  </ul></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.3</dd>
+<dd>GemFire 4.3</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.html
index beb01d2..f79667a 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionFactory.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DynamicRegionFactory (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DynamicRegionFactory (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DynamicRegionFactory (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DynamicRegionFactory (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -185,7 +185,7 @@ extends java.lang.Object</pre>
  </ul></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.3</dd>
+<dd>GemFire 4.3</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionListener.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionListener.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionListener.html
index bea04e3..2997f6d 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionListener.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/DynamicRegionListener.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>DynamicRegionListener (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>DynamicRegionListener (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DynamicRegionListener (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="DynamicRegionListener (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
  See <a 
href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" 
title="class in 
com.gemstone.gemfire.cache"><code>DynamicRegionFactory</code></a></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.3</dd>
+<dd>GemFire 4.3</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryDestroyedException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryDestroyedException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryDestroyedException.html
index 34820df..0d221c5 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryDestroyedException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryDestroyedException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>EntryDestroyedException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>EntryDestroyedException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntryDestroyedException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="EntryDestroyedException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -136,7 +136,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.ht
 <div class="block">Indicates that a method was invoked on an entry that has 
been destroyed.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" 
title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>, 
 <a 
href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EntryDestroyedException">Serialized
 Form</a></dd>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryEvent.html
----------------------------------------------------------------------
diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryEvent.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryEvent.html
index 0d9a850..c3191c3 100644
--- a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryEvent.html
+++ b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryEvent.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>EntryEvent (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>EntryEvent (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntryEvent (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="EntryEvent (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -123,7 +123,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="
  IllegalStateException.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" 
title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a>, 
 <a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" 
title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a>, 
@@ -309,7 +309,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if off-heap and called 
after the method that was passed this EntryEvent returns.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.5</dd>
+<dd>GemFire 5.5</dd>
 </dl>
 </li>
 </ul>
@@ -343,7 +343,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>java.lang.IllegalStateException</code> - if off-heap and called 
after the method that was passed this EntryEvent returns.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.5</dd>
+<dd>GemFire 5.5</dd>
 </dl>
 </li>
 </ul>
@@ -434,7 +434,7 @@ boolean&nbsp;isNetSearch()</pre>
 <dd>the ID of the transaction that performed the operation that
  generated this event; null if no transaction involved.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>4.0</dd>
+<dd>GemFire 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -452,7 +452,7 @@ boolean&nbsp;isBridgeEvent()</pre>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if this event originated on a client.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.1</dd>
+<dd>GemFire 5.1</dd>
 </dl>
 </li>
 </ul>
@@ -468,7 +468,7 @@ boolean&nbsp;isBridgeEvent()</pre>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if this event originated on a client.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>5.7</dd>
+<dd>GemFire 5.7</dd>
 </dl>
 </li>
 </ul>
@@ -486,7 +486,7 @@ boolean&nbsp;isBridgeEvent()</pre>
  method returns <code>false</code>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.0</dd>
+<dd>GemFire 6.0</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryExistsException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryExistsException.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryExistsException.html
index a12dd0e..d49c91c 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryExistsException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryExistsException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>EntryExistsException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>EntryExistsException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntryExistsException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="EntryExistsException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -143,7 +143,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheException.html" tit
  exists in the <code>Region</code>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object,
 Object)</code></a>, 
 <a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" 
title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>, 
@@ -252,7 +252,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheException.html" tit
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>msg</code> - the detail message</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>6.5</dd>
+<dd>GemFire 6.5</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundException.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundException.html
 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundException.html
index 478b099..712a744 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundException.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundException.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>EntryNotFoundException (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>EntryNotFoundException (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntryNotFoundException (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="EntryNotFoundException (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {
@@ -138,7 +138,7 @@ extends <a 
href="../../../../com/gemstone/gemfire/cache/CacheException.html" tit
  thrown by <a 
href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a>
 or <a 
href="../../../../com/gemstone/gemfire/cache/Region.html#getEntry-java.lang.Object-"><code>Region.getEntry(java.lang.Object)</code></a>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>3.0</dd>
+<dd>GemFire 3.0</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../com/gemstone/gemfire/cache/Region.html#invalidate-java.lang.Object-"><code>Region.invalidate(Object)</code></a>,
 
 <a 
href="../../../../com/gemstone/gemfire/cache/Region.html#destroy-java.lang.Object-"><code>Region.destroy(Object)</code></a>,
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
----------------------------------------------------------------------
diff --git 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
index c778a0a..975db74 100644
--- 
a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
+++ 
b/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 
-->
-<title>EntryNotFoundInRegion (Apache Geode 1.0.0-incubating.M2)</title>
-<meta name="date" content="2016-04-13">
+<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 -->
+<title>EntryNotFoundInRegion (Apache Geode 1.0.0-incubating.M3)</title>
+<meta name="date" content="2016-08-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntryNotFoundInRegion (Apache Geode 
1.0.0-incubating.M2)";
+            parent.document.title="EntryNotFoundInRegion (Apache Geode 
1.0.0-incubating.M3)";
         }
     }
     catch(err) {


Reply via email to