HBASE-7940 Upgrade version to 0.97-SNAPSHOT in pom.xml files

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-02-26 18:26:28 +00:00
parent b006b61ad5
commit 05711f7553
11 changed files with 15 additions and 11 deletions

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-examples</artifactId>

View File

@ -24,7 +24,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@ limitations under the License.
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@ limitations under the License.
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>0.95-SNAPSHOT</version>
<version>${version}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-server</artifactId>

View File

@ -39,7 +39,9 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<packaging>pom</packaging>
<version>0.97-SNAPSHOT</version>
<!--Version is defined below in properties section so can be shared by all sub modules.
-->
<version>${version}</version>
<name>HBase</name>
<description>
Apache HBase™ is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need
@ -855,6 +857,8 @@
</plugins>
</build>
<properties>
<!--Set version. Shared by parent and sub modules-->
<version>0.97-SNAPSHOT</version>
<tar.name>${project.build.finalName}.tar.gz</tar.name>
<maven.build.timestamp.format>
yyyy-MM-dd'T'HH:mm