Skip to content

Commit 17a5989

Browse files
authored
Merge pull request #1023 from jihuayu/master
fix(deps): fix tomcat major version wrong
2 parents f9cf3a0 + f11fe5c commit 17a5989

File tree

1 file changed

+1
-1
lines changed
  • mybatis-spring-boot-samples/mybatis-spring-boot-sample-war

1 file changed

+1
-1
lines changed

mybatis-spring-boot-samples/mybatis-spring-boot-sample-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<packaging>war</packaging>
2828
<name>mybatis-spring-boot-sample-war</name>
2929
<properties>
30-
<tomcat.major.version>10</tomcat.major.version>
30+
<tomcat.major.version>11</tomcat.major.version>
3131
<tomcat.version>11.0.0</tomcat.version>
3232

3333
<module.name>org.mybatis.spring.boot.sample.war</module.name>

0 commit comments

Comments
 (0)