[2/2] phoenix git commit: PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace compatibility checks

2016-05-05 Thread ankit
PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace 
compatibility checks


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

Branch: refs/heads/4.x-HBase-1.1
Commit: 7b1db0516786fc80b799e9382d8f16d23c75dbfa
Parents: 0e1d1eb
Author: Ankit Singhal 
Authored: Thu May 5 11:36:06 2016 +0530
Committer: Ankit Singhal 
Committed: Thu May 5 11:36:06 2016 +0530

--
 .../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/7b1db051/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 8c86b56..f847b97 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
@@ -60,7 +60,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 = 7;
+public static final int PHOENIX_MINOR_VERSION = 8;
 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);



[2/2] phoenix git commit: PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace compatibility checks

2016-05-05 Thread ankit
PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace 
compatibility checks


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

Branch: refs/heads/4.x-HBase-0.98
Commit: b4590f866c2e21b18a1b559678ce80ef42bdb914
Parents: 41bcb7f
Author: Ankit Singhal 
Authored: Thu May 5 11:35:23 2016 +0530
Committer: Ankit Singhal 
Committed: Thu May 5 11:35:23 2016 +0530

--
 .../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/b4590f86/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 8c86b56..f847b97 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
@@ -60,7 +60,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 = 7;
+public static final int PHOENIX_MINOR_VERSION = 8;
 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);



[2/2] phoenix git commit: PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace compatibility checks

2016-05-05 Thread ankit
PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace 
compatibility checks


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

Branch: refs/heads/4.x-HBase-1.0
Commit: baa599461efbb4e8435a068d25556727d2977b03
Parents: f57d75e
Author: Ankit Singhal 
Authored: Thu May 5 11:34:30 2016 +0530
Committer: Ankit Singhal 
Committed: Thu May 5 11:34:30 2016 +0530

--
 .../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/baa59946/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 8c86b56..f847b97 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
@@ -60,7 +60,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 = 7;
+public static final int PHOENIX_MINOR_VERSION = 8;
 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);



[2/2] phoenix git commit: PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace compatibility checks

2016-05-05 Thread ankit
PHOENIX-2863 Let's roll up minor version to 8 (4.8.0) because of namespace 
compatibility checks


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

Branch: refs/heads/master
Commit: 4616e98e45289289bca849db0fc3790345dbf937
Parents: 4f5961b
Author: Ankit Singhal 
Authored: Thu May 5 11:33:06 2016 +0530
Committer: Ankit Singhal 
Committed: Thu May 5 11:33:06 2016 +0530

--
 .../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/4616e98e/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 8c86b56..f847b97 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
@@ -60,7 +60,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 = 7;
+public static final int PHOENIX_MINOR_VERSION = 8;
 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);