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/02/26 19:28:47 UTC

svn commit: r1450338 - in /hbase/branches/0.95: ./ 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: Tue Feb 26 18:28:47 2013
New Revision: 1450338

URL: http://svn.apache.org/r1450338
Log:
HBASE-7940 Upgrade version to 0.97-SNAPSHOT in pom.xml files

Modified:
    hbase/branches/0.95/hbase-client/pom.xml
    hbase/branches/0.95/hbase-common/pom.xml
    hbase/branches/0.95/hbase-examples/pom.xml
    hbase/branches/0.95/hbase-hadoop-compat/pom.xml
    hbase/branches/0.95/hbase-hadoop1-compat/pom.xml
    hbase/branches/0.95/hbase-hadoop2-compat/pom.xml
    hbase/branches/0.95/hbase-it/pom.xml
    hbase/branches/0.95/hbase-prefix-tree/pom.xml
    hbase/branches/0.95/hbase-protocol/pom.xml
    hbase/branches/0.95/hbase-server/pom.xml
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/hbase-client/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-client/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-client/pom.xml (original)
+++ hbase/branches/0.95/hbase-client/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95-SNAPSHOT</version>
+        <version>${version}</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/branches/0.95/hbase-common/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-common/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-common/pom.xml (original)
+++ hbase/branches/0.95/hbase-common/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.95/hbase-examples/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-examples/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-examples/pom.xml (original)
+++ hbase/branches/0.95/hbase-examples/pom.xml Tue Feb 26 18:28:47 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

Modified: hbase/branches/0.95/hbase-hadoop-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-hadoop-compat/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-hadoop-compat/pom.xml (original)
+++ hbase/branches/0.95/hbase-hadoop-compat/pom.xml Tue Feb 26 18:28:47 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95-SNAPSHOT</version>
+        <version>${version}</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/branches/0.95/hbase-hadoop1-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-hadoop1-compat/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-hadoop1-compat/pom.xml (original)
+++ hbase/branches/0.95/hbase-hadoop1-compat/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.95/hbase-hadoop2-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-hadoop2-compat/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-hadoop2-compat/pom.xml (original)
+++ hbase/branches/0.95/hbase-hadoop2-compat/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.95/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-it/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-it/pom.xml (original)
+++ hbase/branches/0.95/hbase-it/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.95/hbase-prefix-tree/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-prefix-tree/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-prefix-tree/pom.xml (original)
+++ hbase/branches/0.95/hbase-prefix-tree/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/branches/0.95/hbase-protocol/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-protocol/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-protocol/pom.xml (original)
+++ hbase/branches/0.95/hbase-protocol/pom.xml Tue Feb 26 18:28:47 2013
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95-SNAPSHOT</version>
+        <version>${version}</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/branches/0.95/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-server/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-server/pom.xml (original)
+++ hbase/branches/0.95/hbase-server/pom.xml Tue Feb 26 18:28:47 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95-SNAPSHOT</version>
+    <version>${version}</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1450338&r1=1450337&r2=1450338&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Tue Feb 26 18:28:47 2013
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>0.95-SNAPSHOT</version>
+  <version>${version}</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need
@@ -855,6 +855,8 @@
      </plugins>
   </build>
   <properties>
+    <!--Set version.  Shared by parent and sub modules-->
+    <version>0.95-SNAPSHOT</version>
     <tar.name>${project.build.finalName}.tar.gz</tar.name>
     <maven.build.timestamp.format>
       yyyy-MM-dd'T'HH:mm