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 2013/06/12 08:21:53 UTC

svn commit: r1492068 - in /hbase/tags/0.95.1mvn2: ./ hbase-assembly/ hbase-client/ hbase-common/ hbase-examples/ hbase-hadoop-compat/ hbase-hadoop1-compat/ hbase-it/ hbase-prefix-tree/ hbase-protocol/ hbase-server/

Author: stack
Date: Wed Jun 12 06:21:53 2013
New Revision: 1492068

URL: http://svn.apache.org/r1492068
Log:
[maven-release-plugin] prepare release hbase-0.95.1-hadoop2.by.mvn

Modified:
    hbase/tags/0.95.1mvn2/hbase-assembly/pom.xml
    hbase/tags/0.95.1mvn2/hbase-client/pom.xml
    hbase/tags/0.95.1mvn2/hbase-common/pom.xml
    hbase/tags/0.95.1mvn2/hbase-examples/pom.xml
    hbase/tags/0.95.1mvn2/hbase-hadoop-compat/pom.xml
    hbase/tags/0.95.1mvn2/hbase-hadoop1-compat/pom.xml
    hbase/tags/0.95.1mvn2/hbase-it/pom.xml
    hbase/tags/0.95.1mvn2/hbase-prefix-tree/pom.xml
    hbase/tags/0.95.1mvn2/hbase-protocol/pom.xml
    hbase/tags/0.95.1mvn2/hbase-server/pom.xml
    hbase/tags/0.95.1mvn2/pom.xml

Modified: hbase/tags/0.95.1mvn2/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-assembly/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
Binary files - no diff available.

Modified: hbase/tags/0.95.1mvn2/hbase-client/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-client/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-client/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-client/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.1-hadoop2-SNAPSHOT</version>
+        <version>0.95.1-hadoop2</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-common/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-common/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-common/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-common/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -63,12 +63,11 @@
             <phase>process-resources</phase>
             <configuration>
               <target>
-                <replace file="${project.build.outputDirectory}/hbase-default.xml"
-                  token="@@@VERSION@@@" value="${project.version}" />
-                <mkdir dir="${project.build.directory}/nativelib"/>
+                <replace file="${project.build.outputDirectory}/hbase-default.xml" token="@@@VERSION@@@" value="${project.version}" />
+                <mkdir dir="${project.build.directory}/nativelib" />
                 <exec executable="tar" dir="${project.build.directory}/nativelib" failonerror="false">
-                  <arg value="xf"/>
-                  <arg value="hadoop-snappy-nativelibs.tar"/>
+                  <arg value="xf" />
+                  <arg value="hadoop-snappy-nativelibs.tar" />
                 </exec>
               </target>
             </configuration>
@@ -82,10 +81,10 @@
                     <phase>generate-sources</phase>
                     <configuration>
                         <target>
-                            <property name="generated.sources" location="${project.build.directory}/generated-sources"/>
+                            <property name="generated.sources" location="${project.build.directory}/generated-sources" />
 
                             <exec executable="sh">
-                                <arg line="${basedir}/src/saveVersion.sh ${project.version} ${generated.sources}/java"/>
+                                <arg line="${basedir}/src/saveVersion.sh ${project.version} ${generated.sources}/java" />
                             </exec>
                         </target>
                     </configuration>
@@ -166,7 +165,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute/>
+                    <execute />
                   </action>
                 </pluginExecution>
               </pluginExecutions>

Modified: hbase/tags/0.95.1mvn2/hbase-examples/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-examples/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-examples/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-examples/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>

Modified: hbase/tags/0.95.1mvn2/hbase-hadoop-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-hadoop-compat/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-hadoop-compat/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-hadoop-compat/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.1-hadoop2-SNAPSHOT</version>
+        <version>0.95.1-hadoop2</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-hadoop1-compat/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-hadoop1-compat/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-hadoop1-compat/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-hadoop1-compat/pom.xml Wed Jun 12 06:21:53 2013
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-it/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-it/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-it/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-prefix-tree/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-prefix-tree/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-prefix-tree/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-prefix-tree/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-protocol/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-protocol/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-protocol/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-protocol/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>0.95.1-hadoop2-SNAPSHOT</version>
+        <version>0.95.1-hadoop2</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: hbase/tags/0.95.1mvn2/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/hbase-server/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/hbase-server/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/hbase-server/pom.xml Wed Jun 12 06:21:53 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>0.95.1-hadoop2-SNAPSHOT</version>
+    <version>0.95.1-hadoop2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>
@@ -106,27 +106,27 @@
             <phase>generate-sources</phase>
             <configuration>
               <target>
-                <property name="build.webapps" location="${project.build.directory}/hbase-webapps"/>
-                <property name="src.webapps" location="${basedir}/src/main/resources/hbase-webapps"/>
-                <property name="generated.sources" location="${project.build.directory}/generated-sources"/>
-                <mkdir dir="${build.webapps}"/>
+                <property name="build.webapps" location="${project.build.directory}/hbase-webapps" />
+                <property name="src.webapps" location="${basedir}/src/main/resources/hbase-webapps" />
+                <property name="generated.sources" location="${project.build.directory}/generated-sources" />
+                <mkdir dir="${build.webapps}" />
                 <copy todir="${build.webapps}">
                   <fileset dir="${src.webapps}">
-                    <exclude name="**/*.jsp"/>
-                    <exclude name="**/.*"/>
-                    <exclude name="**/*~"/>
+                    <exclude name="**/*.jsp" />
+                    <exclude name="**/.*" />
+                    <exclude name="**/*~" />
                   </fileset>
                 </copy>
                 <!--The compile.classpath is passed in by maven -->
-                <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/>
-                <mkdir dir="${build.webapps}/master/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/master" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.master" webxml="${build.webapps}/master/WEB-INF/web.xml"/>
-                <mkdir dir="${build.webapps}/regionserver/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/regionserver" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.regionserver" webxml="${build.webapps}/regionserver/WEB-INF/web.xml"/>
-                <mkdir dir="${build.webapps}/rest/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/rest" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.rest" webxml="${build.webapps}/rest/WEB-INF/web.xml"/>
-                <mkdir dir="${build.webapps}/thrift/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/thrift" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.thrift" webxml="${build.webapps}/thrift/WEB-INF/web.xml"/>
+                <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath" />
+                <mkdir dir="${build.webapps}/master/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/master" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.master" webxml="${build.webapps}/master/WEB-INF/web.xml" />
+                <mkdir dir="${build.webapps}/regionserver/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/regionserver" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.regionserver" webxml="${build.webapps}/regionserver/WEB-INF/web.xml" />
+                <mkdir dir="${build.webapps}/rest/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/rest" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.rest" webxml="${build.webapps}/rest/WEB-INF/web.xml" />
+                <mkdir dir="${build.webapps}/thrift/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/thrift" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.thrift" webxml="${build.webapps}/thrift/WEB-INF/web.xml" />
               </target>
             </configuration>
             <goals>
@@ -519,12 +519,12 @@
                 <goals><goal>run</goal></goals>
                 <configuration>
                   <target>
-                    <mkdir dir="${project.build.directory}/native"/>
+                    <mkdir dir="${project.build.directory}/native" />
                     <exec executable="cmake" dir="${project.build.directory}/native" failonerror="true">
-                      <arg line="${basedir}/src/main/native -DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}"/>
+                      <arg line="${basedir}/src/main/native -DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}" />
                     </exec>
                     <exec executable="make" dir="${project.build.directory}/native" failonerror="true">
-                      <arg line="VERBOSE=1"/>
+                      <arg line="VERBOSE=1" />
                     </exec>
                   </target>
                 </configuration>

Modified: hbase/tags/0.95.1mvn2/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.95.1mvn2/pom.xml?rev=1492068&r1=1492067&r2=1492068&view=diff
==============================================================================
--- hbase/tags/0.95.1mvn2/pom.xml (original)
+++ hbase/tags/0.95.1mvn2/pom.xml Wed Jun 12 06:21:53 2013
@@ -33,13 +33,13 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>12</version>
-    <relativePath/>
+    <relativePath />
     <!-- no parent resolution -->
   </parent>
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>0.95.1-hadoop2-SNAPSHOT</version>
+  <version>0.95.1-hadoop2</version>
   <name>HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need
@@ -60,9 +60,9 @@
     <module>hbase-assembly</module>
   </modules>
   <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/hbase-0.95.1-hadoop2.by.mvn</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/tags/hbase-0.95.1-hadoop2.by.mvn</developerConnection>
+    <url>http://svn.apache.org/viewvc/hbase/tags/hbase-0.95.1-hadoop2.by.mvn</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -1647,7 +1647,7 @@
         <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
-        <surefire.firstPartGroups/>
+        <surefire.firstPartGroups />
       </properties>
     </profile>
     <profile>
@@ -1663,7 +1663,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups/>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
     <profile>
@@ -1677,7 +1677,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups/>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
     <profile>
@@ -1691,7 +1691,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.LargeTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups/>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
     <profile>
@@ -1740,7 +1740,7 @@
         <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
-        <surefire.firstPartGroups/>
+        <surefire.firstPartGroups />
       </properties>
     </profile>
     <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}