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/03/27 03:41:58 UTC

svn commit: r1085852 - /hbase/branches/0.90/pom.xml

Author: stack
Date: Sun Mar 27 01:41:57 2011
New Revision: 1085852

URL: http://svn.apache.org/viewvc?rev=1085852&view=rev
Log:
Restore SNAPSHOT on version 

Modified:
    hbase/branches/0.90/pom.xml

Modified: hbase/branches/0.90/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/pom.xml?rev=1085852&r1=1085851&r2=1085852&view=diff
==============================================================================
--- hbase/branches/0.90/pom.xml (original)
+++ hbase/branches/0.90/pom.xml Sun Mar 27 01:41:57 2011
@@ -22,9 +22,9 @@
   <url>http://hbase.apache.org</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/hbase/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/tags/0.90.2RC0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/tags/0.90.2RC0</developerConnection>
+    <url>http://svn.apache.org/viewvc/hbase/tags/0.90.2RC0</url>
   </scm>
 
   <issueManagement>
@@ -393,8 +393,7 @@
             <phase>process-resources</phase>
             <configuration>
               <tasks>
-                <replace file="${project.build.outputDirectory}/hbase-default.xml"
-                  token="@@@VERSION@@@" value="${project.version}" />
+                <replace file="${project.build.outputDirectory}/hbase-default.xml" token="@@@VERSION@@@" value="${project.version}" />
               </tasks>
             </configuration>
             <goals>
@@ -471,7 +470,7 @@
     <zookeeper.version>3.3.2</zookeeper.version>
 
     <!-- For flaky tests exclusion -->
-    <test.exclude></test.exclude>
+    <test.exclude />
     <test.exclude.pattern>**/${test.exclude}.java</test.exclude.pattern>
   </properties>