You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/02/07 07:03:24 UTC

svn commit: r1565541 - in /hbase/branches/0.96: ./ hbase-assembly/ hbase-client/ hbase-common/ hbase-examples/ hbase-hadoop-compat/ hbase-hadoop1-compat/ hbase-hadoop2-compat/ hbase-it/ hbase-prefix-tree/ hbase-protocol/ hbase-server/ hbase-shell/ hbas...

Author: stack
Date: Fri Feb  7 06:03:23 2014
New Revision: 1565541

URL: http://svn.apache.org/r1565541
Log:
Prep for 0.96.2

Modified:
    hbase/branches/0.96/CHANGES.txt
    hbase/branches/0.96/hbase-assembly/pom.xml
    hbase/branches/0.96/hbase-client/pom.xml
    hbase/branches/0.96/hbase-common/pom.xml
    hbase/branches/0.96/hbase-examples/pom.xml
    hbase/branches/0.96/hbase-hadoop-compat/pom.xml
    hbase/branches/0.96/hbase-hadoop1-compat/pom.xml
    hbase/branches/0.96/hbase-hadoop2-compat/pom.xml
    hbase/branches/0.96/hbase-it/pom.xml
    hbase/branches/0.96/hbase-prefix-tree/pom.xml
    hbase/branches/0.96/hbase-protocol/pom.xml
    hbase/branches/0.96/hbase-server/pom.xml
    hbase/branches/0.96/hbase-shell/pom.xml
    hbase/branches/0.96/hbase-testing-util/pom.xml
    hbase/branches/0.96/hbase-thrift/pom.xml
    hbase/branches/0.96/pom.xml

Modified: hbase/branches/0.96/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/CHANGES.txt?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/CHANGES.txt (original)
+++ hbase/branches/0.96/CHANGES.txt Fri Feb  7 06:03:23 2014
@@ -1,5 +1,9 @@
 HBase Change Log
 Release 0.96.2 - Not released 
+60+ issues closed/resolved. See http://goo.gl/bQk42q
+
+Release 0.96.1.1 - Released December 18th, 2013
+2 issues closed/resolved.  See https://issues.apache.org/jira/browse/HBASE/fixforversion/12325753
 
 Release 0.96.1 - Release December 16th, 2013 
 126 issues closed/resolved.  See http://goo.gl/ZgYBW2 for list.

Modified: hbase/branches/0.96/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-assembly/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
Binary files - no diff available.

Modified: hbase/branches/0.96/hbase-client/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-client/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-client/pom.xml (original)
+++ hbase/branches/0.96/hbase-client/pom.xml Fri Feb  7 06:03:23 2014
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-common/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-common/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-common/pom.xml (original)
+++ hbase/branches/0.96/hbase-common/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-examples/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-examples/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-examples/pom.xml (original)
+++ hbase/branches/0.96/hbase-examples/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

Modified: hbase/branches/0.96/hbase-hadoop-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-hadoop-compat/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-hadoop-compat/pom.xml (original)
+++ hbase/branches/0.96/hbase-hadoop-compat/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.96.2-SNAPSHOT</version>
+        <version>0.96.2</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/branches/0.96/hbase-hadoop1-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-hadoop1-compat/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-hadoop1-compat/pom.xml (original)
+++ hbase/branches/0.96/hbase-hadoop1-compat/pom.xml Fri Feb  7 06:03:23 2014
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-hadoop2-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-hadoop2-compat/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-hadoop2-compat/pom.xml (original)
+++ hbase/branches/0.96/hbase-hadoop2-compat/pom.xml Fri Feb  7 06:03:23 2014
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-it/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-it/pom.xml (original)
+++ hbase/branches/0.96/hbase-it/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-prefix-tree/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-prefix-tree/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-prefix-tree/pom.xml (original)
+++ hbase/branches/0.96/hbase-prefix-tree/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.96/hbase-protocol/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-protocol/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-protocol/pom.xml (original)
+++ hbase/branches/0.96/hbase-protocol/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.96.2-SNAPSHOT</version>
+        <version>0.96.2</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/branches/0.96/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-server/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-server/pom.xml (original)
+++ hbase/branches/0.96/hbase-server/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

Modified: hbase/branches/0.96/hbase-shell/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-shell/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-shell/pom.xml (original)
+++ hbase/branches/0.96/hbase-shell/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>

Modified: hbase/branches/0.96/hbase-testing-util/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-testing-util/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-testing-util/pom.xml (original)
+++ hbase/branches/0.96/hbase-testing-util/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.96.2-SNAPSHOT</version>
+        <version>0.96.2</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>

Modified: hbase/branches/0.96/hbase-thrift/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-thrift/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-thrift/pom.xml (original)
+++ hbase/branches/0.96/hbase-thrift/pom.xml Fri Feb  7 06:03:23 2014
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.96.2-SNAPSHOT</version>
+    <version>0.96.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>

Modified: hbase/branches/0.96/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/pom.xml?rev=1565541&r1=1565540&r2=1565541&view=diff
==============================================================================
--- hbase/branches/0.96/pom.xml (original)
+++ hbase/branches/0.96/pom.xml Fri Feb  7 06:03:23 2014
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>0.96.2-SNAPSHOT</version>
+  <version>0.96.2</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need