Skip to content

Commit 6c49c30

Browse files
committed
解决自动获取版本号的问题
1 parent 861c3f7 commit 6c49c30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55

66
<modelVersion>4.0.0</modelVersion>
77

8-
<parent>
9-
<groupId>org.springframework.boot</groupId>
10-
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.6.4</version>
12-
<relativePath/> <!-- lookup parent from repository -->
13-
</parent>
14-
158
<groupId>com.fengwenyi</groupId>
169
<artifactId>mybatis-plus-code-generator</artifactId>
1710
<version>3.5.2.1</version>
1811
<packaging>jar</packaging>
1912
<name>mybatis-plus-code-generator</name>
2013
<description>MyBatis-Plus Code Generator</description>
2114

15+
<parent>
16+
<groupId>org.springframework.boot</groupId>
17+
<artifactId>spring-boot-starter-parent</artifactId>
18+
<version>2.6.4</version>
19+
<relativePath/> <!-- lookup parent from repository -->
20+
</parent>
21+
2222
<properties>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)