Skip to content

Commit e8c7d70

Browse files
author
muha
committed
spring 3.5
1 parent e80007d commit e8c7d70

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.boot</groupId>
2323
<artifactId>spring-boot-starter-parent</artifactId>
24-
<version>3.5.0-M3</version>
24+
<version>3.5.0</version>
2525
</parent>
2626

2727
<properties>
@@ -84,24 +84,4 @@
8484
</dependencies>
8585
</dependencyManagement>
8686

87-
<repositories>
88-
<repository>
89-
<id>spring-milestones</id>
90-
<name>Spring Milestones</name>
91-
<url>https://repo.spring.io/milestone</url>
92-
<snapshots>
93-
<enabled>false</enabled>
94-
</snapshots>
95-
</repository>
96-
</repositories>
97-
<pluginRepositories>
98-
<pluginRepository>
99-
<id>spring-milestones</id>
100-
<name>Spring Milestones</name>
101-
<url>https://repo.spring.io/milestone</url>
102-
<snapshots>
103-
<enabled>false</enabled>
104-
</snapshots>
105-
</pluginRepository>
106-
</pluginRepositories>
10787
</project>

0 commit comments

Comments
 (0)