You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/08/23 18:19:48 UTC

[3/3] hbase-thirdparty git commit: Move version to 1.0.1

Move version to 1.0.1


Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/0d136d07
Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/0d136d07
Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/0d136d07

Branch: refs/heads/master
Commit: 0d136d07548863c89650b8e742886d59808a8673
Parents: ae17e3f
Author: Michael Stack <st...@apache.org>
Authored: Wed Aug 23 11:19:24 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 23 11:19:24 2017 -0700

----------------------------------------------------------------------
 hbase-shaded-miscellaneous/pom.xml | 5 ++++-
 hbase-shaded-netty/pom.xml         | 5 ++++-
 hbase-shaded-protobuf/pom.xml      | 5 ++++-
 pom.xml                            | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0d136d07/hbase-shaded-miscellaneous/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml
index 5650f51..b616593 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>1.0.0</version>
+    <version>1.0.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-miscellaneous</artifactId>
@@ -72,6 +72,9 @@
                 <relocation>
                   <pattern>com.google</pattern>
                   <shadedPattern>${rename.offset}.com.google</shadedPattern>
+                  <excludes>
+                    <exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
               <artifactSet>

http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0d136d07/hbase-shaded-netty/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index 7112952..a8b9c4a 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>1.0.0</version>
+    <version>1.0.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-netty</artifactId>
@@ -71,6 +71,9 @@
                 <relocation>
                   <pattern>io.netty</pattern>
                   <shadedPattern>${rename.offset}.io.netty</shadedPattern>
+                  <excludes>
+                    <exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
               <artifactSet>

http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0d136d07/hbase-shaded-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 38164e1..f9cf3fe 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>1.0.0</version>
+    <version>1.0.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-protobuf</artifactId>
@@ -164,6 +164,9 @@
                 <relocation>
                   <pattern>com.google.protobuf</pattern>
                   <shadedPattern>${rename.offset}.com.google.protobuf</shadedPattern>
+                  <excludes>
+                    <exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
             </configuration>

http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0d136d07/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f5f916..6818561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </parent>
   <groupId>org.apache.hbase.thirdparty</groupId>
   <artifactId>hbase-thirdparty</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1</version>
   <name>Apache HBase Third-Party Libs</name>
   <packaging>pom</packaging>
   <description>