This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to tag 3.2.0RC0 in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit ba71148fe75b020bdbedd3059a8972a336436365 Author: stack <[email protected]> AuthorDate: Wed Jan 22 14:23:15 2020 -0800 Preparing hbase-thirdparty release 3.2.0RC0; tagging and updates to CHANGES.md and RELEASENOTES.md --- hbase-shaded-gson/pom.xml | 2 +- hbase-shaded-miscellaneous/pom.xml | 2 +- hbase-shaded-netty/pom.xml | 2 +- hbase-shaded-protobuf/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hbase-shaded-gson/pom.xml b/hbase-shaded-gson/pom.xml index bd23169..a92e802 100644 --- a/hbase-shaded-gson/pom.xml +++ b/hbase-shaded-gson/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-gson</artifactId> diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml index 3a43a9d..03f39a9 100644 --- a/hbase-shaded-miscellaneous/pom.xml +++ b/hbase-shaded-miscellaneous/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-miscellaneous</artifactId> diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml index a1e3779..473d5c8 100644 --- a/hbase-shaded-netty/pom.xml +++ b/hbase-shaded-netty/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-netty</artifactId> diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml index 14239b2..b959866 100644 --- a/hbase-shaded-protobuf/pom.xml +++ b/hbase-shaded-protobuf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shaded-protobuf</artifactId> diff --git a/pom.xml b/pom.xml index ec9c693..a394036 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ </parent> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-thirdparty</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0</version> <name>Apache HBase Third-Party Libs</name> <packaging>pom</packaging> <description>
