This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
commit 2f282a15b6eb85380167a726bb72e8e23716d83e Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Jan 11 21:56:10 2023 +0100 Update name to EE 10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 40705f2..2d5ea2e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <version>10.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Apache TomEE :: Jakarta EE 9 Full API</name> + <name>Apache TomEE :: Jakarta EE 10 Full API</name> <prerequisites> <maven>3.0</maven>
