Revert "[maven-release-plugin] prepare release maven-gpg-plugin-3.0.1"

This reverts commit cc34149b9222fdc1c9cf2949b22d67a9b01b52b5.

accidently made another release.
diff --git a/pom.xml b/pom.xml
index f3c61b1..a84513a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>3.0.1</version>
+  <version>3.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven GPG Plugin</name>
@@ -44,7 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-gpg-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-gpg-plugin-3.0.1</tag>
+    <tag>maven-gpg-plugin-3.0.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -64,7 +64,7 @@
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-15T15:04:12Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-12T12:45:04Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>