Browse Source

Use Spring milestone and snapshot repos for plugins in full profile

pull/10134/merge
Andy Wilkinson 8 years ago
parent
commit
4bdef4d0f9
  1. 16
      spring-boot-parent/pom.xml

16
spring-boot-parent/pom.xml

@ -885,6 +885,22 @@ @@ -885,6 +885,22 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>http://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>

Loading…
Cancel
Save