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:22:46 UTC

svn commit: r1188004 - /hbase/trunk/pom.xml

Author: stack
Date: Sun Oct 23 23:22:46 2011
New Revision: 1188004

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

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1188004&r1=1188003&r2=1188004&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Sun Oct 23 23:22:46 2011
@@ -37,7 +37,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>${hbase.version}</version>
+  <version>0.93-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
@@ -738,9 +738,6 @@
   <properties>
     <compileSource>1.6</compileSource>
 
-    <!--HBase Version-->
-    <hbase.version>0.93-SNAPSHOT</hbase.version>
-
     <!-- Dependencies -->
     <avro.version>1.5.3</avro.version>
     <commons-cli.version>1.2</commons-cli.version>