This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git
commit c104fb20d9f6969832cf2694e39754c16416fe0d Author: Richard Zowalla <[email protected]> AuthorDate: Fri Nov 4 08:34:12 2022 +0100 Use TomEE 8.0.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef70f4a..6289996 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <name>Apache TomEE :: WebSite NG</name> <properties> - <tomee.version>8.0.12</tomee.version> + <tomee.version>8.0.13</tomee.version> <jbake.http>false</jbake.http> <jbake.pdf>false</jbake.pdf>
