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

jgallimore pushed a commit to branch tomee-1.7.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 8513f56dc81cfb0add057bd5d38136fe95089ae7
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Wed Dec 11 20:06:23 2019 +0000

    Correct Tomcat version
---
 examples/cdi-event-realm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cdi-event-realm/pom.xml b/examples/cdi-event-realm/pom.xml
index f007f18..a75340d 100644
--- a/examples/cdi-event-realm/pom.xml
+++ b/examples/cdi-event-realm/pom.xml
@@ -28,7 +28,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <openejb.version>4.7.6-SNAPSHOT</openejb.version>
     <tomee.version>1.7.6-SNAPSHOT</tomee.version>
-    <tomcat.version>7.0.94</tomcat.version>
+    <tomcat.version>7.0.99</tomcat.version>
   </properties>
 
   <build>

Reply via email to