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 2014/12/10 22:57:50 UTC

phoenix git commit: Set version to 4.2.3-SNAPSHOT after release

Repository: phoenix
Updated Branches:
  refs/heads/4.2 5c6fc2f02 -> 33252b06d


Set version to 4.2.3-SNAPSHOT after release


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

Branch: refs/heads/4.2
Commit: 33252b06ddfc06e48124519a2bb6c89c374dd672
Parents: 5c6fc2f
Author: Mujtaba <mu...@apache.org>
Authored: Wed Dec 10 13:57:39 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Wed Dec 10 13:57:39 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/33252b06/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index a0ff81c..71bf485 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</version>
+    <version>4.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/33252b06/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 25a9ff6..10ed20b 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</version>
+    <version>4.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/33252b06/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index db7d6d9..528fd0b 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</version>
+    <version>4.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

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

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