diff options
author | Junyi <hunterdevil@foxmail.com> | 2022-09-13 17:14:32 +0800 |
---|---|---|
committer | Junyi <hunterdevil@foxmail.com> | 2022-09-13 17:49:50 +0800 |
commit | 3291585870530f3421b5dbc39a93c722e10cc3fc (patch) | |
tree | 729a15e97ff29d112c606970e6d17e24f5d9365e /pom.xml | |
parent | 7bdeb7cc89a8d60e4c3199f1922a6bf73a9d83c1 (diff) |
upgrade tomcat-zip in Kohn release
Issue-ID: USECASEUI-679
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Change-Id: I360e9dc839684dd4f793b00e58e777730b5b7f48
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.56</tomcat.version> + <tomcat.version>10.0.21</tomcat.version> </properties> <!--distributionManagement> |