HBASE-27434 Use ${revision} as placeholder for maven version to make it easier to control the version from command line (#4836)

Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
This commit is contained in:
Duo Zhang 2022-10-24 11:50:48 +08:00 committed by GitHub
parent dad9a7da92
commit 2fc879e863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
50 changed files with 54 additions and 52 deletions

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-archetypes</artifactId> <artifactId>hbase-archetypes</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-archetypes</artifactId> <artifactId>hbase-archetypes</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-client-project</artifactId> <artifactId>hbase-client-project</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-archetypes</artifactId> <artifactId>hbase-archetypes</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-client-project</artifactId> <artifactId>hbase-shaded-client-project</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-assembly</artifactId> <artifactId>hbase-assembly</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-backup</artifactId> <artifactId>hbase-backup</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -25,11 +25,11 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-checkstyle</artifactId> <artifactId>hbase-checkstyle</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<name>Apache HBase - Checkstyle</name> <name>Apache HBase - Checkstyle</name>
<description>Module to hold Checkstyle properties for HBase.</description> <description>Module to hold Checkstyle properties for HBase.</description>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-aircompressor</artifactId> <artifactId>hbase-compression-aircompressor</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-brotli</artifactId> <artifactId>hbase-compression-brotli</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-lz4</artifactId> <artifactId>hbase-compression-lz4</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-snappy</artifactId> <artifactId>hbase-compression-snappy</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-xz</artifactId> <artifactId>hbase-compression-xz</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-compression-zstd</artifactId> <artifactId>hbase-compression-zstd</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-compression</artifactId> <artifactId>hbase-compression</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-endpoint</artifactId> <artifactId>hbase-endpoint</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-examples</artifactId> <artifactId>hbase-examples</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-external-blockcache</artifactId> <artifactId>hbase-external-blockcache</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-hbtop</artifactId> <artifactId>hbase-hbtop</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-http</artifactId> <artifactId>hbase-http</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-mapreduce</artifactId> <artifactId>hbase-mapreduce</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-protocol-shaded</artifactId> <artifactId>hbase-protocol-shaded</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-replication</artifactId> <artifactId>hbase-replication</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-rest</artifactId> <artifactId>hbase-rest</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-server</artifactId> <artifactId>hbase-server</artifactId>

View File

@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-check-invariants</artifactId> <artifactId>hbase-shaded-check-invariants</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded</artifactId> <artifactId>hbase-shaded</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-client-byo-hadoop</artifactId> <artifactId>hbase-shaded-client-byo-hadoop</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded</artifactId> <artifactId>hbase-shaded</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-client</artifactId> <artifactId>hbase-shaded-client</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded</artifactId> <artifactId>hbase-shaded</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-mapreduce</artifactId> <artifactId>hbase-shaded-mapreduce</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../../hbase-build-configuration</relativePath> <relativePath>../../hbase-build-configuration</relativePath>
</parent> </parent>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded</artifactId> <artifactId>hbase-shaded</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId> <artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-shaded</artifactId> <artifactId>hbase-shaded</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-shell</artifactId> <artifactId>hbase-shell</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-testing-util</artifactId> <artifactId>hbase-testing-util</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-thrift</artifactId> <artifactId>hbase-thrift</artifactId>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-build-configuration</artifactId> <artifactId>hbase-build-configuration</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../hbase-build-configuration</relativePath> <relativePath>../hbase-build-configuration</relativePath>
</parent> </parent>
<artifactId>hbase-zookeeper</artifactId> <artifactId>hbase-zookeeper</artifactId>

View File

@ -38,7 +38,7 @@
</parent> </parent>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>
<version>3.0.0-alpha-4-SNAPSHOT</version> <version>${revision}</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache HBase</name> <name>Apache HBase</name>
<description>Apache HBase™ is the Hadoop database. Use it when you need <description>Apache HBase™ is the Hadoop database. Use it when you need
@ -749,6 +749,7 @@
</site> </site>
</distributionManagement> </distributionManagement>
<properties> <properties>
<revision>3.0.0-alpha-4-SNAPSHOT</revision>
<!-- override on command line to have generated LICENSE files include <!-- override on command line to have generated LICENSE files include
diagnostic info for verifying notice requirements --> diagnostic info for verifying notice requirements -->
<license.debug.print.included>false</license.debug.print.included> <license.debug.print.included>false</license.debug.print.included>
@ -768,7 +769,8 @@
<compileSource>1.8</compileSource> <compileSource>1.8</compileSource>
<releaseTarget>8</releaseTarget> <releaseTarget>8</releaseTarget>
<!-- Build dependencies --> <!-- Build dependencies -->
<maven.min.version>3.0.4</maven.min.version> <!-- The $revision feature is introduced in 3.5.0 -->
<maven.min.version>3.5.0</maven.min.version>
<java.min.version>${compileSource}</java.min.version> <java.min.version>${compileSource}</java.min.version>
<!-- Dependencies --> <!-- Dependencies -->
<hadoop-three.version>3.2.4</hadoop-three.version> <hadoop-three.version>3.2.4</hadoop-three.version>