diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-08-10 14:42:17 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-08-10 14:42:23 +0800 |
commit | fb675a15a5cc6d947178901dc9027f1da6726f41 (patch) | |
tree | 9820d61b240c7b3853cb0e997c5887ed426a5033 | |
parent | 0aad53ee418abd2f5c782beba8cb3d3f28c155ef (diff) |
feat: change the version of tomcat
Change-Id: I08bfe6746e510785f95cdfd0e6a2c8a7e081c641
Issue-ID: USECASEUI-440
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> - <tomcat.version>9.0.26</tomcat.version> + <tomcat.version>9.0.36</tomcat.version> </properties> <!--distributionManagement> |