Temporary change in rpc version -- reverted temporarily because hudson complains about version mismatch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55af050abe
commit
19d629a0be
|
@ -80,5 +80,5 @@ public interface HBaseRPCProtocolVersion extends VersionedProtocol {
|
|||
* <li>Version 26: New master and Increment, 0.90 version bump.</li>
|
||||
* </ul>
|
||||
*/
|
||||
public static final long versionID = 26L;
|
||||
public static final long versionID = 25L; // Setting it to 25 temporarily to see if hudson passes. #1608 hudson failed because of version mismatch 25 vs 26.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue