HBASE-27121 Set version as 3.0.0-alpha-3 in master in prep for first RC of 3.0.0-alpha-3 (#4535)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
This commit is contained in:
Duo Zhang 2022-06-15 10:51:31 +08:00 committed by GitHub
parent 11ae7208dd
commit 02990894ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
50 changed files with 51 additions and 51 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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>hbase-checkstyle</artifactId> <artifactId>hbase-checkstyle</artifactId>
<version>3.0.0-alpha-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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-3-SNAPSHOT</version> <version>3.0.0-alpha-3</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