You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/03/05 16:43:00 UTC

phoenix git commit: Prepare for release and update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/4.3 97c4015a4 -> c2b424af3


Prepare for release and update CHANGES


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

Branch: refs/heads/4.3
Commit: c2b424af30e56bf1169a24a4cc6dbe1a86c6bd81
Parents: 97c4015
Author: Mujtaba <mu...@apache.org>
Authored: Thu Mar 5 07:42:39 2015 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Mar 5 07:42:39 2015 -0800

----------------------------------------------------------------------
 CHANGES                  | 9 +++++++++
 phoenix-assembly/pom.xml | 2 +-
 phoenix-core/pom.xml     | 2 +-
 phoenix-flume/pom.xml    | 2 +-
 phoenix-pig/pom.xml      | 2 +-
 pom.xml                  | 2 +-
 6 files changed, 14 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 0476f8a..866efc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+Release Notes - Phoenix - Version 4.3.1
+
+** Bug
+    * [PHOENIX-1078] - Unable to run pig script with Phoenix in a secure HBase cluster
+    * [PHOENIX-1672] - RegionScanner.nextRaw contract not implemented correctly
+    * [PHOENIX-1690] - IndexOutOfBoundsException during SkipScanFilter interesect
+    * [PHOENIX-1696] - Selecting column more than once fails
+
+
 Release Notes - Phoenix - Version 4.3
 
 ** New Feature

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index a66b095..692e615 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 33deac2..12d0ecf 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index f886233..09253ae 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index f97eea8..2e8d6fc 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <artifactId>phoenix-pig</artifactId>
   <name>Phoenix - Pig</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2b424af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34efa80..9194dc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.phoenix</groupId>
   <artifactId>phoenix</artifactId>
-  <version>4.3.1-SNAPSHOT</version>
+  <version>4.3.1</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>