Skip to content

Commit

Permalink
chore(bump-spring): bump-spring-to-3.2.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthager authored Nov 27, 2023
1 parent 514d64e commit 4b6168e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC2</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.vispana</groupId>
Expand Down Expand Up @@ -148,19 +148,4 @@
</plugin>
</plugins>
</build>

<!-- temporarily required to download the release candidate -->
<repositories>
<repository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit 4b6168e

Please sign in to comment.