This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit c0202f0b0472b4771fedae6f0ea773b74181df57
Author: David Blevins <dblev...@tomitribe.com>
AuthorDate: Tue Dec 13 10:34:17 2022 -0800

    Update tomee-patch-plugin to 0.10-SNAPSHOT so we can get updated source jars
---
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c19014fa6e..ab130a1b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
 
     <!-- To easily change the javaee api version -->
     <version.jakartaee-api>9.1-M2</version.jakartaee-api>
-    <version.tomee-patch-plugin>0.9</version.tomee-patch-plugin>
+    <version.tomee-patch-plugin>0.10-SNAPSHOT</version.tomee-patch-plugin>
 
     <!-- Project encoding -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -633,6 +633,22 @@
       </plugin>
     </plugins>
   </build>
+  <modules>
+    <module>deps</module>
+    <module>boms</module>
+    <module>itests</module>
+    <module>maven</module>
+    <module>gradle</module>
+    <module>container</module>
+    <module>server</module>
+    <module>mp-jwt</module>
+    <module>examples</module>
+    <module>assembly</module>
+    <module>tck</module>
+    <module>arquillian</module>
+    <module>utils</module>
+    <module>tomee</module>
+  </modules>
 
   <profiles>
     <profile>

Reply via email to