[maven-release-plugin] prepare release 1.0.0
diff --git a/pom.xml b/pom.xml
index b35af77..2100ca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jakartaee-migration</artifactId>
   <name>Apache Tomcat Migration Tool for Jakarta EE</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
  
   <description>
     This tool is a work in progress.
@@ -103,7 +103,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=tomcat-jakartaee-migration.git</url>
-    <tag>HEAD</tag>
+    <tag>1.0.0</tag>
   </scm>
 
   <build>