Repository: hbase-thirdparty
Updated Branches:
  refs/heads/master 0d136d075 -> 68f0e0ee1


Revert "Move version to 1.0.1"

This reverts commit 0d136d07548863c89650b8e742886d59808a8673.


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

Branch: refs/heads/master
Commit: c095205830ddbe3c27537d578b4fd306105a3c30
Parents: 0d136d0
Author: Michael Stack <st...@apache.org>
Authored: Wed Aug 23 12:50:34 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 23 12:50:34 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, 4 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/c0952058/hbase-shaded-miscellaneous/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-miscellaneous/pom.xml 
b/hbase-shaded-miscellaneous/pom.xml
index b616593..5650f51 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.1</version>
+    <version>1.0.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-miscellaneous</artifactId>
@@ -72,9 +72,6 @@
                 <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/c0952058/hbase-shaded-netty/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index a8b9c4a..7112952 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.1</version>
+    <version>1.0.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-netty</artifactId>
@@ -71,9 +71,6 @@
                 <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/c0952058/hbase-shaded-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index f9cf3fe..38164e1 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.1</version>
+    <version>1.0.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-protobuf</artifactId>
@@ -164,9 +164,6 @@
                 <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/c0952058/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6818561..1f5f916 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.1</version>
+  <version>1.0.0</version>
   <name>Apache HBase Third-Party Libs</name>
   <packaging>pom</packaging>
   <description>

Reply via email to