This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
commit 0532bfad4e65a6caf705bc7cde906a9ff1c2019e Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Jun 21 09:36:04 2022 +0200 TOMEE-3983 Upgrade Activation Spec 2.0 to 1.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0340dde..024b01d 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <tomcat.version>10.0.21</tomcat.version> <!-- Full platform --> - <geronimo-activation_2.0_spec.version>1.0.0-M1</geronimo-activation_2.0_spec.version> + <geronimo-activation_2.0_spec.version>1.0.0</geronimo-activation_2.0_spec.version> <!--<jakarta.activation-api.version>2.0.1</jakarta.activation-api.version>--> <jakarta.authorization-api.version>2.0.0</jakarta.authorization-api.version> <jakarta.batch-api.version>2.0.0</jakarta.batch-api.version>
