Author: stack
Date: Tue Sep 20 04:30:30 2011
New Revision: 1172974

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

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=1172974&r1=1172973&r2=1172974&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Tue Sep 20 04:30:30 2011
@@ -16,7 +16,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.92.0-SNAPSHOT</version>
+  <version>${hbase.version}</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
@@ -641,6 +641,9 @@
   <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>


Reply via email to