This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new e03fb7c2c0 TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9-SNAPSHOT
e03fb7c2c0 is described below
commit e03fb7c2c0bceb160f1db4d878fa49e02fc08f78
Author: Richard Zowalla <[email protected]>
AuthorDate: Sat Apr 16 07:07:15 2022 +0200
TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d7daf9db7..b1fb1a99e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<!-- To easily change the javaee api version -->
<version.jakartaee-api>9.1-M2-SNAPSHOT</version.jakartaee-api>
- <version.tomee-patch-plugin>0.8</version.tomee-patch-plugin>
+ <version.tomee-patch-plugin>0.9-SNAPSHOT</version.tomee-patch-plugin>
<!--
Activation and JavaMail are both API and IMPL so we don't have them in
the jakartaee-api uber jar.