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 31634f34c314aa5911baf9e721784579d8ab1f04 Author: Markus Jung <[email protected]> AuthorDate: Fri May 29 14:22:16 2026 +0200 [maven-release-plugin] prepare release jakartaee-api-parent-11.0.0-M1 --- 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 ea344c6..f6d4f2b 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-M1</version> </parent> <artifactId>jakartaee-api</artifactId> diff --git a/pom.xml b/pom.xml index 4d8a8e7..d58c91c 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-M1</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>HEAD</tag> + <tag>jakartaee-api-parent-11.0.0-M1</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-29T05:43:58Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-05-29T12:22:02Z</project.build.outputTimestamp> </properties> diff --git a/tck/pom.xml b/tck/pom.xml index 250f19d..9fd2265 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-M1</version> </parent> <artifactId>jakartaee-api-tck</artifactId> - <version>11.0.0-M1-SNAPSHOT</version> + <version>11.0.0-M1</version> <packaging>pom</packaging> <name>Apache TomEE :: Jakarta EE 11 Full API :: Signature Tests</name>
