Skip to content

Commit 307e614

Browse files
committed
remove unintentional milestone
1 parent ba8e482 commit 307e614

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pet-stream/pom.xml

+1-16
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-M1</version>
8+
<version>2.3.2.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.learning.by.example.petstore</groupId>
@@ -168,19 +168,4 @@
168168
</plugins>
169169
</build>
170170

171-
<repositories>
172-
<repository>
173-
<id>spring-milestones</id>
174-
<name>Spring Milestones</name>
175-
<url>https://repo.spring.io/milestone</url>
176-
</repository>
177-
</repositories>
178-
<pluginRepositories>
179-
<pluginRepository>
180-
<id>spring-milestones</id>
181-
<name>Spring Milestones</name>
182-
<url>https://repo.spring.io/milestone</url>
183-
</pluginRepository>
184-
</pluginRepositories>
185-
186171
</project>

0 commit comments

Comments
 (0)