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 bd98461  [maven-release-plugin] prepare for next development iteration
bd98461 is described below

commit bd98461bf4fdc6dde3fb8f2f52406ad9a2be57fb
Author: Markus Jung <[email protected]>
AuthorDate: Fri May 29 07:45:52 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 5dc7c0a..5edad56 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>
@@ -52,7 +52,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-29T05:45:35Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-05-29T05:45:52Z</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