Skip to content

Commit 9234801

Browse files
committed
Merge branch '1.5.x'
2 parents 8010f6e + 4bdef4d commit 9234801

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

spring-boot-parent/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,22 @@
846846
<enabled>false</enabled>
847847
</snapshots>
848848
</pluginRepository>
849+
<pluginRepository>
850+
<id>spring-milestones</id>
851+
<name>Spring Milestones</name>
852+
<url>http://repo.spring.io/milestone</url>
853+
<snapshots>
854+
<enabled>false</enabled>
855+
</snapshots>
856+
</pluginRepository>
857+
<pluginRepository>
858+
<id>spring-snapshots</id>
859+
<name>Spring Snapshots</name>
860+
<url>http://repo.spring.io/snapshot</url>
861+
<snapshots>
862+
<enabled>true</enabled>
863+
</snapshots>
864+
</pluginRepository>
849865
</pluginRepositories>
850866
</profile>
851867
<profile>

0 commit comments

Comments
 (0)