Browse Source

Remove snapshot repos from starter parent

Fixes gh-419
pull/532/merge
Phillip Webb 12 years ago
parent
commit
68e309c14f
  1. 11
      spring-boot-starters/spring-boot-starter-parent/pom.xml

11
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -335,15 +335,4 @@ @@ -335,15 +335,4 @@
</plugins>
</pluginManagement>
</build>
<repositories>
<!-- TODO: remove this once all milestone dependencies are removed -->
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>http://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>

Loading…
Cancel
Save