You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/02/14 21:05:06 UTC

svn commit: r1568505 - /hbase/branches/0.98/hbase-client/pom.xml

Author: apurtell
Date: Fri Feb 14 20:05:06 2014
New Revision: 1568505

URL: http://svn.apache.org/r1568505
Log:
Set version in branch 0.98 to 0.98.1-SNAPSHOT; Add missing change to hbase-client

Modified:
    hbase/branches/0.98/hbase-client/pom.xml

Modified: hbase/branches/0.98/hbase-client/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-client/pom.xml?rev=1568505&r1=1568504&r2=1568505&view=diff
==============================================================================
--- hbase/branches/0.98/hbase-client/pom.xml (original)
+++ hbase/branches/0.98/hbase-client/pom.xml Fri Feb 14 20:05:06 2014
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.98.0-SNAPSHOT</version>
+    <version>0.98.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>