Skip to content

Commit

Permalink
remove snapshot repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
altfatterz committed Feb 22, 2014
1 parent 180e2bd commit 8947521
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Expand Up @@ -57,14 +57,6 @@
</build>

<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
Expand All @@ -76,11 +68,11 @@
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<id>spring-milestones</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/libs-snapshot</url>
<url>http://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down

0 comments on commit 8947521

Please sign in to comment.