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 2011/10/24 01:21:44 UTC

svn commit: r1188003 - /hbase/branches/0.92/pom.xml

Author: stack
Date: Sun Oct 23 23:21:44 2011
New Revision: 1188003

URL: http://svn.apache.org/viewvc?rev=1188003&view=rev
Log:
HBASE-4447 Allow hbase.version to be passed in as command-line argument; REVERTsvn diffsvn diff

Modified:
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1188003&r1=1188002&r2=1188003&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Sun Oct 23 23:21:44 2011
@@ -37,7 +37,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>${hbase.version}</version>
+  <version>0.92.0-SNAPSHOT</version>
   <name>HBase</name>
   <description>
     HBase is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need
@@ -722,9 +722,6 @@
   <properties>
     <compileSource>1.6</compileSource>
 
-    <!--HBase version-->
-    <hbase.version>0.92.0-SNAPSHOT</hbase.version>
-
     <!-- Dependencies -->
     <avro.version>1.5.3</avro.version>
     <commons-cli.version>1.2</commons-cli.version>