This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new fb873f4  Prep for 2.2.1RC0 release -- update version, CHANGES.md, and 
RELEASENOTES.md
fb873f4 is described below

commit fb873f498ab02d0b12fdda1fd55c93995b7baae1
Author: stack <[email protected]>
AuthorDate: Tue Apr 16 07:49:23 2019 -0700

    Prep for 2.2.1RC0 release -- update version, CHANGES.md, and RELEASENOTES.md
---
 CHANGES.md                         | 8 +++++++-
 RELEASENOTES.md                    | 4 ++++
 hbase-shaded-miscellaneous/pom.xml | 2 +-
 hbase-shaded-netty/pom.xml         | 2 +-
 hbase-shaded-protobuf/pom.xml      | 2 +-
 pom.xml                            | 2 +-
 6 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 328b5a4..4a48151 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -32,9 +32,15 @@ The 'pwd' argument says where the thirdparty files to edit 
are and the
 last argument is the version to search JIRA with.
 
 DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
-## Release thirdparty-2.2.0 - Unreleased (as of 2019-03-30)
+## Release thirdparty-2.2.1 - Unreleased (as of 2019-04-16)
 
+### SUB-TASKS:
 
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-22233](https://issues.apache.org/jira/browse/HBASE-22233) | 
[hbase-thirdparty] Add error prone annotations dependency explicitly and do not 
relocate it |  Major | thirdparty |
+
+## Release thirdparty-2.2.0 - Unreleased (as of 2019-03-30)
 
 ### BUG FIXES:
 
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a7238d9..403279e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -32,6 +32,10 @@ The 'pwd' argument says where the thirdparty files to edit 
are and the
 last argument is the version to search JIRA with.
 
 DO NOT REMOVE THIS MARKER; FOR INTERPOLATING RNS!-->
+# HBASE  thirdparty-2.2.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
 # HBASE  thirdparty-2.2.0 Release Notes
 
 These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
diff --git a/hbase-shaded-miscellaneous/pom.xml 
b/hbase-shaded-miscellaneous/pom.xml
index 84579d9..5b3b9e6 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>2.2.1-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-miscellaneous</artifactId>
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index 8f59434..2991cfe 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>2.2.1-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-netty</artifactId>
diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 429a06f..28d440f 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>2.2.1-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-protobuf</artifactId>
diff --git a/pom.xml b/pom.xml
index 501bb9e..d95a466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </parent>
   <groupId>org.apache.hbase.thirdparty</groupId>
   <artifactId>hbase-thirdparty</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Apache HBase Third-Party Libs</name>
   <packaging>pom</packaging>
   <description>

Reply via email to