You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jg...@apache.org on 2010/10/28 01:22:59 UTC

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

Author: jgray
Date: Wed Oct 27 23:22:59 2010
New Revision: 1028134

URL: http://svn.apache.org/viewvc?rev=1028134&view=rev
Log:
HBASE-2996 Uncommenting saveVersion.sh run accidentally committed w/ the initial commit of this jira

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1028134&r1=1028133&r2=1028134&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Oct 27 23:22:59 2010
@@ -360,9 +360,9 @@
                              package="org.apache.hadoop.hbase.generated.regionserver"
                              webxml="${build.webapps}/regionserver/WEB-INF/web.xml"/>
 
-                <!--<exec executable="sh">
+                <exec executable="sh">
                   <arg line="${basedir}/src/saveVersion.sh ${project.version} ${generated.sources}"/>
-                </exec>-->
+                </exec>
               </tasks>
             </configuration>
             <goals>