[maven-release-plugin] prepare release maven-jlink-plugin-3.0.0
diff --git a/pom.xml b/pom.xml
index 34f5b18..dcdb034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-jlink-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JLink Plugin</name>
@@ -46,7 +46,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-jlink-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-jlink-plugin-3.0.0</tag>
   </scm>
 
   <issueManagement>
@@ -68,7 +68,7 @@
     <mavenVersion>3.1.0</mavenVersion>
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-11-11T21:56:15Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>