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 2c0e71ce8cc42b60522718c4eab229f1ebf15570 Author: Markus Jung <[email protected]> AuthorDate: Fri May 29 07:44:09 2026 +0200 prepare M1 release --- 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 87e28ae..ea344c6 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-SNAPSHOT</version> + <version>11.0.0-M1-SNAPSHOT</version> </parent> <artifactId>jakartaee-api</artifactId> diff --git a/pom.xml b/pom.xml index 954f913..4d8a8e7 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-SNAPSHOT</version> + <version>11.0.0-M1-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>2025-07-29T18:46:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-05-29T05:43:58Z</project.build.outputTimestamp> </properties> diff --git a/tck/pom.xml b/tck/pom.xml index 26fce0f..250f19d 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-SNAPSHOT</version> + <version>11.0.0-M1-SNAPSHOT</version> </parent> <artifactId>jakartaee-api-tck</artifactId> - <version>11.0.0-SNAPSHOT</version> + <version>11.0.0-M1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TomEE :: Jakarta EE 11 Full API :: Signature Tests</name>
