You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2017/12/27 22:45:32 UTC

phoenix git commit: PHOENIX-4463 Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2

Repository: phoenix
Updated Branches:
  refs/heads/4.13-cdh5.11.2 [created] e58f6c7cc


PHOENIX-4463 Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e58f6c7c
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e58f6c7c
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e58f6c7c

Branch: refs/heads/4.13-cdh5.11.2
Commit: e58f6c7cc56a62a32818126b33b6e068b1e2c18b
Parents: e9dc8ad
Author: James Taylor <jt...@salesforce.com>
Authored: Wed Dec 27 14:45:11 2017 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Wed Dec 27 14:45:11 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e58f6c7c/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
index fe11ec7..182e4ce 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
@@ -64,7 +64,7 @@ import com.google.protobuf.ByteString;
 public abstract class MetaDataProtocol extends MetaDataService {
     public static final int PHOENIX_MAJOR_VERSION = 4;
     public static final int PHOENIX_MINOR_VERSION = 13;
-    public static final int PHOENIX_PATCH_NUMBER = 0;
+    public static final int PHOENIX_PATCH_NUMBER = 2;
     public static final int PHOENIX_VERSION =
             VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);