Skip to content

Commit

Permalink
Update to Spring Boot 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andbin committed Nov 26, 2022
1 parent 6ee8445 commit 9950f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="">![Java 17](https://img.shields.io/badge/Java-17-cd853f "Java 17")</a>
<a name="">![Spring Boot 3.0.0-RC2](https://img.shields.io/badge/Spring%20Boot-3.0.0--RC2-6db33f "Spring Boot 3.0.0-RC2")</a>
<a name="">![Spring Boot 3.0.0](https://img.shields.io/badge/Spring%20Boot-3.0.0-6db33f "Spring Boot 3.0.0")</a>
<a name="">![Built with Apache Maven](https://img.shields.io/badge/Built%20with-Apache%20Maven-f76504 "Built with Apache Maven")</a>
<a name="">![MIT License](https://img.shields.io/badge/License-MIT-1081c1 "MIT License")</a>

Expand Down
24 changes: 1 addition & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: MIT
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-RC2</version>
<version>3.0.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -87,26 +87,4 @@ SPDX-License-Identifier: MIT
</plugins>
</build>

<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit 9950f73

Please sign in to comment.