phoenix git commit: PHOENIX-3922 Update driver version to 4.11.0

2017-06-08 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.2 3d48ec890 -> 3305d74ff


PHOENIX-3922 Update driver version to 4.11.0


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

Branch: refs/heads/4.x-HBase-1.2
Commit: 3305d74ff5bf20d4a44552966fcb2e47e8e01a41
Parents: 3d48ec8
Author: Samarth Jain 
Authored: Thu Jun 8 11:06:55 2017 -0700
Committer: Samarth Jain 
Committed: Thu Jun 8 11:06:55 2017 -0700

--
 .../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/3305d74f/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 d01d987..3fdcde8 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
@@ -62,7 +62,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 = 10;
+public static final int PHOENIX_MINOR_VERSION = 11;
 public static final int PHOENIX_PATCH_NUMBER = 0;
 public static final int PHOENIX_VERSION =
 VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, 
PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);



phoenix git commit: PHOENIX-3922 Update driver version to 4.11.0

2017-06-08 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 543a201bc -> 2107184ec


PHOENIX-3922 Update driver version to 4.11.0


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

Branch: refs/heads/4.x-HBase-1.1
Commit: 2107184ec5b7ef39cc3221de1aef79ae41b8a6ab
Parents: 543a201
Author: Samarth Jain 
Authored: Thu Jun 8 11:06:35 2017 -0700
Committer: Samarth Jain 
Committed: Thu Jun 8 11:06:35 2017 -0700

--
 .../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/2107184e/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 d01d987..3fdcde8 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
@@ -62,7 +62,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 = 10;
+public static final int PHOENIX_MINOR_VERSION = 11;
 public static final int PHOENIX_PATCH_NUMBER = 0;
 public static final int PHOENIX_VERSION =
 VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, 
PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);



phoenix git commit: PHOENIX-3922 Update driver version to 4.11.0

2017-06-08 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/master 402f99ddc -> 9e085f905


PHOENIX-3922 Update driver version to 4.11.0


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

Branch: refs/heads/master
Commit: 9e085f905b39e9fb5c6936a2bcf41d209bcb46d1
Parents: 402f99d
Author: Samarth Jain 
Authored: Thu Jun 8 11:06:17 2017 -0700
Committer: Samarth Jain 
Committed: Thu Jun 8 11:06:17 2017 -0700

--
 .../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/9e085f90/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 d01d987..3fdcde8 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
@@ -62,7 +62,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 = 10;
+public static final int PHOENIX_MINOR_VERSION = 11;
 public static final int PHOENIX_PATCH_NUMBER = 0;
 public static final int PHOENIX_VERSION =
 VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, 
PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);



phoenix git commit: PHOENIX-3922 Update driver version to 4.11.0

2017-06-08 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 1244241ab -> eb3543236


PHOENIX-3922 Update driver version to 4.11.0


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

Branch: refs/heads/4.x-HBase-0.98
Commit: eb35432369551c0defab9d942921ce2c9fb6db76
Parents: 1244241
Author: Samarth Jain 
Authored: Thu Jun 8 11:05:52 2017 -0700
Committer: Samarth Jain 
Committed: Thu Jun 8 11:05:52 2017 -0700

--
 .../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/eb354323/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 d01d987..3fdcde8 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
@@ -62,7 +62,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 = 10;
+public static final int PHOENIX_MINOR_VERSION = 11;
 public static final int PHOENIX_PATCH_NUMBER = 0;
 public static final int PHOENIX_VERSION =
 VersionUtil.encodeVersion(PHOENIX_MAJOR_VERSION, 
PHOENIX_MINOR_VERSION, PHOENIX_PATCH_NUMBER);