[maven-release-plugin] prepare release 0.1.0
diff --git a/pom.xml b/pom.xml
index 9ac2429..7575153 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jakartaee-migration</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
  
   <description>
     This tool is a work in progress.
@@ -97,6 +97,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>0.1.0</tag>
   </scm>
 
   <build>