diff options
author | cmrizhangzhen <781953240@qq.com> | 2022-12-14 19:09:39 +0800 |
---|---|---|
committer | cmrizhangzhen <781953240@qq.com> | 2022-12-14 19:09:50 +0800 |
commit | 056b863b97f501d791c0405a323152c8bfefa045 (patch) | |
tree | f5985599bffbe2774cbb238b2786c4fa0c85d839 | |
parent | 3909a4f66a1ec8e0f9418107fa29d05fa317068e (diff) |
upgrade pom for usecase-ui
Issue-ID: USECASEUI-766
Signed-off-by: cmrizhangzhen <781953240@qq.com>
Change-Id: Ic7146d4e2691887fca1e3666ad964ef03e9d57fe
-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>10.0.21</tomcat.version> + <tomcat.version>10.1.2</tomcat.version> </properties> <!--distributionManagement> |