This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch TOMEE-4159_Concurrency_TCK in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ebb939800c4f96a399739a16dc7d503ac72cb52d Author: Jonathan Gallimore <[email protected]> AuthorDate: Thu Jan 12 11:39:19 2023 +0000 Update API version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05054b74c4..96e4f34ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <tomee.build.name>${project.groupId}.${project.artifactId}</tomee.build.name> <!-- To easily change the javaee api version --> - <version.jakartaee-api>9.1-M2</version.jakartaee-api> + <version.jakartaee-api>10.0-SNAPSHOT</version.jakartaee-api> <version.tomee-patch-plugin>0.9</version.tomee-patch-plugin> <!-- Project encoding -->
