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 2013/06/12 07:34:55 UTC

svn commit: r1492059 - in /hbase/tags/0.95.1mvn: ./ 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/

Author: stack
Date: Wed Jun 12 05:34:54 2013
New Revision: 1492059

URL: http://svn.apache.org/r1492059
Log:
Resetting version to -hadoop2-SNAPSHOT

Modified:
    hbase/tags/0.95.1mvn/hbase-assembly/pom.xml
    hbase/tags/0.95.1mvn/hbase-client/pom.xml
    hbase/tags/0.95.1mvn/hbase-common/pom.xml
    hbase/tags/0.95.1mvn/hbase-examples/pom.xml
    hbase/tags/0.95.1mvn/hbase-hadoop-compat/pom.xml
    hbase/tags/0.95.1mvn/hbase-hadoop1-compat/pom.xml
    hbase/tags/0.95.1mvn/hbase-hadoop2-compat/pom.xml
    hbase/tags/0.95.1mvn/hbase-it/pom.xml
    hbase/tags/0.95.1mvn/hbase-prefix-tree/pom.xml
    hbase/tags/0.95.1mvn/hbase-protocol/pom.xml
    hbase/tags/0.95.1mvn/hbase-server/pom.xml
    hbase/tags/0.95.1mvn/pom.xml

Modified: hbase/tags/0.95.1mvn/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-assembly/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
Binary files - no diff available.

Modified: hbase/tags/0.95.1mvn/hbase-client/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-client/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-client/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-client/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.2-hadoop1-SNAPSHOT</version>
+        <version>0.95.1-hadoop2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-common/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-common/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-common/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-common/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-examples/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-examples/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-examples/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-examples/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

Modified: hbase/tags/0.95.1mvn/hbase-hadoop-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-hadoop-compat/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-hadoop-compat/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-hadoop-compat/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.2-hadoop1-SNAPSHOT</version>
+        <version>0.95.1-hadoop2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-hadoop1-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-hadoop1-compat/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-hadoop1-compat/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-hadoop1-compat/pom.xml Wed Jun 12 05:34:54 2013
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-hadoop2-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-hadoop2-compat/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-hadoop2-compat/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-hadoop2-compat/pom.xml Wed Jun 12 05:34:54 2013
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-it/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-it/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-it/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-prefix-tree/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-prefix-tree/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-prefix-tree/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-prefix-tree/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-protocol/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-protocol/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-protocol/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-protocol/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.2-hadoop1-SNAPSHOT</version>
+        <version>0.95.1-hadoop2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/hbase-server/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/hbase-server/pom.xml (original)
+++ hbase/tags/0.95.1mvn/hbase-server/pom.xml Wed Jun 12 05:34:54 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.2-hadoop1-SNAPSHOT</version>
+    <version>0.95.1-hadoop2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

Modified: hbase/tags/0.95.1mvn/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn/pom.xml?rev=1492059&r1=1492058&r2=1492059&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn/pom.xml (original)
+++ hbase/tags/0.95.1mvn/pom.xml Wed Jun 12 05:34:54 2013
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>0.95.2-hadoop1-SNAPSHOT</version>
+  <version>0.95.1-hadoop2-SNAPSHOT</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need