Skip to content

Commit 829dbea

Browse files
committed
✨ spring-boot-demo-war 完成
1 parent 845e276 commit 829dbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-demo-war/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>spring-boot-demo-war</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
14+
<version>1.0.0-SNAPSHOT</version>
1515
<!-- 若需要打成 war 包,则需要将打包方式改成 war -->
1616
<packaging>war</packaging>
1717

@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.xkcoding</groupId>
2323
<artifactId>spring-boot-demo</artifactId>
24-
<version>0.0.1-SNAPSHOT</version>
24+
<version>1.0.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<properties>

0 commit comments

Comments
 (0)