Revert "Add repository declarations to parent poms"
This reverts commit e8430f6119.
This commit is contained in:
parent
68e84f7d02
commit
e7689fd7c9
|
|
@ -493,28 +493,4 @@
|
|||
</distributionManagement>
|
||||
</profile>
|
||||
</profiles>
|
||||
<!-- Allow access to Spring milestones and snapshots -->
|
||||
<!-- (you don't need this if you are using the GA release) -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
<snapshots><enabled>true</enabled></snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
<url>http://repo.springsource.org/milestone</url>
|
||||
<snapshots><enabled>true</enabled></snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-snapshots</id>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-milestones</id>
|
||||
<url>http://repo.springsource.org/milestone</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue