Repository: phoenix
Updated Branches:
  refs/heads/4.2 9411c60ab -> b71ea6c68


Set version to 4.2.2 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/b71ea6c6
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b71ea6c6
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b71ea6c6

Branch: refs/heads/4.2
Commit: b71ea6c68b6d7be324fce4b9de4c087a362df5ba
Parents: 9411c60
Author: Mujtaba <mujt...@apache.org>
Authored: Thu Dec 4 09:11:16 2014 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Thu Dec 4 09:11:16 2014 -0800

----------------------------------------------------------------------
 CHANGES                  | 22 ++++++++++++++++++++++
 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, 27 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c0b3b67..f53eaac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+Release Notes - Phoenix - Version 4.2.2
+
+** Bug
+    * [PHOENIX-1431] - DELETE using Subqueries
+    * [PHOENIX-1436] - the choice of index by phoneix is not correct where do 
querying
+    * [PHOENIX-1456] - Incorrect query results caused by reusing buffers in 
SpoolingResultIterator
+    * [PHOENIX-1463] - phoenix.query.timeoutMs doesn't work as expected
+    * [PHOENIX-1466] - Prevent multiple scans when query run serially
+    * [PHOENIX-1472] - SaltingUtil calculates wrong salt key for 
Integer.MIN_VALUE hash code
+    * [PHOENIX-1473] - Connecting with Phoenix client when Phoenix is not 
deployed on region server(s) takes down region server(s).
+    * [PHOENIX-1474] - NPE when RVC between combined with key part comparison
+    * [PHOENIX-1476] - Immediately open scanner for parallel queries
+    * [PHOENIX-1477] - Phoenix 4.0  -> 4.2 upgrade doesn't work 
+    * [PHOENIX-1480] - Incorrect query results may occur when VIEW uses 
indexes from physical table
+    * [PHOENIX-1484] - Index creation failed due to specifying 
DEFAULT_COLUMN_FAMILY option
+    * [PHOENIX-1485] - Date columns should be displayed without timezone offset
+    * [PHOENIX-1486] - Fix SpooledTmpFileDeleteIT by having it use a different 
directory for spooling files.
+    * [PHOENIX-1500] - Disallow mutations and queries using 
PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively.
+
+** Improvement
+    * [PHOENIX-1467] - Upgrade to 4.12 Junit and update tests by removing 
@Category annotation
+
 Release Notes - Phoenix - Version 4.2.1
 
 ** Bug

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index e7da5a2..5d98609 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.2.2-SNAPSHOT</version>
+    <version>4.2.2</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 9592bd7..25a9ff6 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.2.2-SNAPSHOT</version>
+    <version>4.2.2</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 1c564ec..db7d6d9 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.2.2-SNAPSHOT</version>
+    <version>4.2.2</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index fbca029..932b8dd 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.2.2-SNAPSHOT</version>
+    <version>4.2.2</version>
   </parent>
   <artifactId>phoenix-pig</artifactId>
   <name>Phoenix - Pig</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b71ea6c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6396cd9..18aebc3 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.2.2-SNAPSHOT</version>
+  <version>4.2.2</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>

Reply via email to