File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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>
You can’t perform that action at this time.
0 commit comments