This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch 11.0.0-M1-RC1
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git


The following commit(s) were added to refs/heads/11.0.0-M1-RC1 by this push:
     new c531599  [maven-release-plugin] prepare for next development iteration
c531599 is described below

commit c531599fb0d0f9bdb326e28cff23baaaf65af5f5
Author: Markus Jung <[email protected]>
AuthorDate: Fri May 29 14:26:29 2026 +0200

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml | 2 +-
 pom.xml     | 6 +++---
 tck/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f6d4f2b..fda8b3c 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tomee</groupId>
         <artifactId>jakartaee-api-parent</artifactId>
-        <version>11.0.0-M1</version>
+        <version>11.0.0-M2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jakartaee-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 57faa7e..647ce94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api-parent</artifactId>
-  <version>11.0.0-M1</version>
+  <version>11.0.0-M2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache TomEE :: Jakarta EE 11 Full API :: Parent</name>
@@ -42,7 +42,7 @@
     
<connection>scm:git:https://github.com/apache/tomee-jakartaee-api.git</connection>
     
<developerConnection>scm:git:[email protected]:apache/tomee-jakartaee-api.git</developerConnection>
     <url>https://github.com/apache/tomee-jakartaee-api.git</url>
-    <tag>jakartaee-api-parent-11.0.0-M1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>
@@ -51,7 +51,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>2026-05-29T12:26:13Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-05-29T12:26:28Z</project.build.outputTimestamp>
 
   </properties>
 
diff --git a/tck/pom.xml b/tck/pom.xml
index 9fd2265..2fff40d 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.tomee</groupId>
         <artifactId>jakartaee-api-parent</artifactId>
-        <version>11.0.0-M1</version>
+        <version>11.0.0-M2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jakartaee-api-tck</artifactId>
-    <version>11.0.0-M1</version>
+    <version>11.0.0-M2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache TomEE :: Jakarta EE 11 Full API :: Signature Tests</name>

Reply via email to