Skip to content

Commit 9b17f4f

Browse files
committed
modify hello pom
1 parent 5630d07 commit 9b17f4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-banner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.0-SNAPSHOT</version>
17+
<version>3.0.0</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-boot-hello/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.0-SNAPSHOT</version>
17+
<version>3.0.0</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-boot-helloWorld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.0-SNAPSHOT</version>
17+
<version>3.0.0</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)