Revert "Move version to 1.0.1"

This reverts commit 0d136d07548863c89650b8e742886d59808a8673.
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>
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>
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>
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>