Repository: johnzon Updated Branches: refs/heads/master bbc4e89c9 -> 292213160
upgrade tomee and tomcat versions Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/29221316 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/29221316 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/29221316 Branch: refs/heads/master Commit: 292213160df4118639fa788f4167460943a2247e Parents: bbc4e89 Author: Mark Struberg <[email protected]> Authored: Mon Apr 24 14:31:18 2017 +0200 Committer: Mark Struberg <[email protected]> Committed: Mon Apr 24 14:31:18 2017 +0200 ---------------------------------------------------------------------- johnzon-websocket/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/29221316/johnzon-websocket/pom.xml ---------------------------------------------------------------------- diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml index 67a3917..e893d6b 100644 --- a/johnzon-websocket/pom.xml +++ b/johnzon-websocket/pom.xml @@ -29,8 +29,8 @@ <name>Johnzon :: WebSocket</name> <properties> - <tomcat.version>8.5.3</tomcat.version> - <tomee.version>7.0.1</tomee.version> + <tomcat.version>8.5.9</tomcat.version> + <tomee.version>7.0.3</tomee.version> <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory> </properties>
