diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-23 16:48:52 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-23 16:49:16 +0800 |
commit | 89ba33ee3891f7ebe40b529c5ecf39d263440390 (patch) | |
tree | f12726b48697c914096136ae8ea1e2b3d7466a19 /pom.xml | |
parent | 84c65a90d991bcfbd791f44b6bfdd539cd627930 (diff) |
chore: upsate tomcat package
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: I8228a4c895f56d8218d98dd99724c4e17e75cadc
Issue-ID: USECASEUI-543
Diffstat (limited to 'pom.xml')
-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.36</tomcat.version> + <tomcat.version>9.0.39</tomcat.version> </properties> <!--distributionManagement> |