summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2020-03-16 23:29:37 +0800
committerhekeguang <hekeguang@chinamobile.com>2020-03-16 23:29:49 +0800
commitf9b51f9085370fd7cd7bf32f5c6bedebfa279a5a (patch)
tree126a94a273669ad58d9768b4e29a2e67558269be
parent761753a6835d007d4541732200998a7c08ccb6dc (diff)
For new release,we need to udate tomcat to 9.0.262.0.5
Issue-ID: USECASEUI-412 Change-Id: Ief453b377ae5919ba990ba7e792732a51421b1ce Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8353544e..8a3bb552 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.24</tomcat.version>
+ <tomcat.version>9.0.26</tomcat.version>
</properties>
<!--distributionManagement>