[maven-release-plugin] prepare release jakartaee-api-10.0-M2
diff --git a/pom.xml b/pom.xml
index cdcec02..d82d2a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api</artifactId>
-  <version>10.0-SNAPSHOT</version>
+  <version>10.0-M2</version>
   <packaging>jar</packaging>
 
   <name>Apache TomEE :: Jakarta EE 10 Full API</name>
@@ -37,7 +37,7 @@
     <connection>scm:git:https://github.com/apache/tomee-jakartaee-api.git</connection>
     <developerConnection>scm:git:git@github.com:apache/tomee-jakartaee-api.git</developerConnection>
     <url>https://github.com/apache/tomee-jakartaee-api.git</url>
-    <tag>HEAD</tag>
+    <tag>jakartaee-api-10.0-M2</tag>
   </scm>
 
   <properties>
@@ -95,7 +95,7 @@
 
     <!-- Reproducible builds see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     <!-- project.build.outputTimestamp is updated by maven-release-plugin during release -->
-    <project.build.outputTimestamp>2023-01-11T21:11:29Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-10-02T11:14:17Z</project.build.outputTimestamp>
   </properties>