Skip to content

Commit 6efdc05

Browse files
author
gm2552
committed
Updating to spring boot 2.1.0.RC1
1 parent e533792 commit 6efdc05

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>2.1.0.M4</version>
21+
<version>2.1.0.RC1</version>
2222
</parent>
2323
<developers>
2424
<developer>
@@ -48,12 +48,20 @@
4848
<url>https://repo.spring.io/milestone/</url>
4949
</repository>
5050
</repositories>
51+
<pluginRepositories>
52+
<!-- Temp repository for Spring Boot Milestone -->
53+
<pluginRepository>
54+
<id>spring-milestone</id>
55+
<name>Spring Milestone Releases</name>
56+
<url>https://repo.spring.io/milestone/</url>
57+
</pluginRepository>
58+
</pluginRepositories>
5159
<dependencyManagement>
5260
<dependencies>
5361
<dependency>
5462
<groupId>org.springframework.boot</groupId>
5563
<artifactId>spring-boot-dependencies</artifactId>
56-
<version>2.1.0.M4</version>
64+
<version>2.1.0.RC1</version>
5765
<type>pom</type>
5866
<scope>import</scope>
5967
</dependency>
@@ -199,7 +207,7 @@
199207
</plugin>
200208
<plugin>
201209
<groupId>org.springframework.boot</groupId>
202-
<artifactId>spring-boot-maven-plugin</artifactId>
210+
<artifactId>spring-boot-maven-plugin</artifactId>
203211
</plugin>
204212
<!-- for releases only
205213
<plugin>

0 commit comments

Comments
 (0)