This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new e23cf9445c TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9
e23cf9445c is described below
commit e23cf9445c0482ab4d26f04fe431d5aee61be203
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon May 9 14:55:55 2022 +0200
TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9c2d835050..7bc8d4ce09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
<!-- To easily change the javaee api version -->
<version.javaee-api>8.0-5</version.javaee-api>
- <version.tomee-patch-plugin>0.9-SNAPSHOT</version.tomee-patch-plugin>
+ <version.tomee-patch-plugin>0.9</version.tomee-patch-plugin>
<!--
Activation and JavaMail are both API and IMPL so we don't have them in
the javaee-api uber jar.