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
commit af9ebd2baeee46af285e0ca3558c1a3d5be5f197 Author: Markus Jung <[email protected]> AuthorDate: Fri May 29 14:25:13 2026 +0200 [maven-release-plugin] prepare for next development iteration --- api/pom.xml | 2 +- pom.xml | 4 ++-- tck/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ea344c6..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-SNAPSHOT</version> + <version>11.0.0-M2-SNAPSHOT</version> </parent> <artifactId>jakartaee-api</artifactId> diff --git a/pom.xml b/pom.xml index 4d8a8e7..dc1ce50 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-SNAPSHOT</version> + <version>11.0.0-M2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TomEE :: Jakarta EE 11 Full API :: Parent</name> @@ -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-29T05:43:58Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-05-29T12:25:13Z</project.build.outputTimestamp> </properties> diff --git a/tck/pom.xml b/tck/pom.xml index 250f19d..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-SNAPSHOT</version> + <version>11.0.0-M2-SNAPSHOT</version> </parent> <artifactId>jakartaee-api-tck</artifactId> - <version>11.0.0-M1-SNAPSHOT</version> + <version>11.0.0-M2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TomEE :: Jakarta EE 11 Full API :: Signature Tests</name>
