git commit: Set SNAPSHOT version after release

2014-09-04 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.0 a6ea5560e -> c4ede66fe


Set SNAPSHOT version after release


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

Branch: refs/heads/4.0
Commit: c4ede66fedd51c2984b5cc8ec86fd4e36eb0630f
Parents: a6ea556
Author: Mujtaba 
Authored: Thu Sep 4 09:28:29 2014 -0700
Committer: Mujtaba 
Committed: Thu Sep 4 09:28:29 2014 -0700

--
 phoenix-assembly/pom.xml   | 2 +-
 phoenix-core/pom.xml   | 2 +-
 phoenix-flume/pom.xml  | 2 +-
 phoenix-hadoop-compat/pom.xml  | 2 +-
 phoenix-hadoop1-compat/pom.xml | 2 +-
 phoenix-hadoop2-compat/pom.xml | 2 +-
 phoenix-pig/pom.xml| 2 +-
 pom.xml| 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-assembly/pom.xml
--
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index a34b09c..49cc8a6 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-assembly
   Phoenix Assembly

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-core/pom.xml
--
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 5e25056..ff3f5d8 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -4,7 +4,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-core
   Phoenix Core

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-flume/pom.xml
--
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 9149895..2253fc8 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-flume
   Phoenix - Flume

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-hadoop-compat/pom.xml
--
diff --git a/phoenix-hadoop-compat/pom.xml b/phoenix-hadoop-compat/pom.xml
index 7ec49f0..8f5a283 100644
--- a/phoenix-hadoop-compat/pom.xml
+++ b/phoenix-hadoop-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-hadoop-compat
   Phoenix Hadoop Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-hadoop1-compat/pom.xml
--
diff --git a/phoenix-hadoop1-compat/pom.xml b/phoenix-hadoop1-compat/pom.xml
index 8d20b11..1f82cc3 100644
--- a/phoenix-hadoop1-compat/pom.xml
+++ b/phoenix-hadoop1-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-hadoop1-compat
   Phoenix Hadoop1 Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-hadoop2-compat/pom.xml
--
diff --git a/phoenix-hadoop2-compat/pom.xml b/phoenix-hadoop2-compat/pom.xml
index daa538a..a5fc33d 100644
--- a/phoenix-hadoop2-compat/pom.xml
+++ b/phoenix-hadoop2-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-hadoop2-compat
   Phoenix Hadoop2 Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/phoenix-pig/pom.xml
--
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index e9b039e..41b68a8 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-4.1.0
+4.2.0-SNAPSHOT
   
   phoenix-pig
   Phoenix - Pig

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c4ede66f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 66d23ac..42184d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   org.apache.phoenix
   phoenix
-  4.1.0
+  4.2.0-SNAPSHOT
   pom
   Apache Phoenix
   A SQL layer over HBase



git commit: Set SNAPSHOT version after release

2014-09-04 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/3.0 3af2450d3 -> 7586bf538


Set SNAPSHOT version after release


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

Branch: refs/heads/3.0
Commit: 7586bf5382a43e183cc42f7e2026a74820b061e6
Parents: 3af2450
Author: Mujtaba 
Authored: Thu Sep 4 09:26:55 2014 -0700
Committer: Mujtaba 
Committed: Thu Sep 4 09:26:55 2014 -0700

--
 phoenix-assembly/pom.xml   | 2 +-
 phoenix-core/pom.xml   | 2 +-
 phoenix-flume/pom.xml  | 2 +-
 phoenix-hadoop-compat/pom.xml  | 2 +-
 phoenix-hadoop1-compat/pom.xml | 2 +-
 phoenix-hadoop2-compat/pom.xml | 2 +-
 phoenix-pig/pom.xml| 2 +-
 pom.xml| 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-assembly/pom.xml
--
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 03491e9..2956d88 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-assembly
   Phoenix Assembly

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-core/pom.xml
--
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index fdf268d..ad7b802 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -4,7 +4,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-core
   Phoenix Core

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-flume/pom.xml
--
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 5cdb67f..7d9c48a 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-flume
   Phoenix - Flume

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-hadoop-compat/pom.xml
--
diff --git a/phoenix-hadoop-compat/pom.xml b/phoenix-hadoop-compat/pom.xml
index ca44052..daf8dc7 100644
--- a/phoenix-hadoop-compat/pom.xml
+++ b/phoenix-hadoop-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-hadoop-compat
   Phoenix Hadoop Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-hadoop1-compat/pom.xml
--
diff --git a/phoenix-hadoop1-compat/pom.xml b/phoenix-hadoop1-compat/pom.xml
index 7f2a28e..cff6da1 100644
--- a/phoenix-hadoop1-compat/pom.xml
+++ b/phoenix-hadoop1-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-hadoop1-compat
   Phoenix Hadoop1 Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-hadoop2-compat/pom.xml
--
diff --git a/phoenix-hadoop2-compat/pom.xml b/phoenix-hadoop2-compat/pom.xml
index bf0eb8f..4762987 100644
--- a/phoenix-hadoop2-compat/pom.xml
+++ b/phoenix-hadoop2-compat/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-hadoop2-compat
   Phoenix Hadoop2 Compatibility

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/phoenix-pig/pom.xml
--
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index db1c45e..e3b7a0f 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -26,7 +26,7 @@
   
 org.apache.phoenix
 phoenix
-3.1.0
+3.2.0-SNAPSHOT
   
   phoenix-pig
   Phoenix - Pig

http://git-wip-us.apache.org/repos/asf/phoenix/blob/7586bf53/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5bf9ee7..7be22ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   org.apache.phoenix
   phoenix
-  3.1.0
+  3.2.0-SNAPSHOT
   pom
   Apache Phoenix
   A SQL layer over HBase