Skip to content

Commit

Permalink
SPR-6541: move spring repository placeholder into a profile (build) a…
Browse files Browse the repository at this point in the history
…nd the other repositories into another profile (legacy-build)
  • Loading branch information
dsyer committed Dec 13, 2009
1 parent 7c6c1c3 commit 63996cb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions org.springframework.spring-parent/pom.xml
Expand Up @@ -22,15 +22,6 @@
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-framework/trunk</developerConnection>
</scm>

<repositories>
<repository>
<id>org.springframework.repository.maven</id>
<name>SpringSource Maven Repository</name>
<url>http://repository.springframework.org/maven/</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -175,6 +166,17 @@
</profile>
<profile>
<id>build</id>
<repositories>
<repository>
<id>org.springframework.repository.maven</id>
<name>SpringSource Maven Repository</name>
<url>http://repository.springframework.org/maven/</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>legacy-build</id>
<repositories>
<repository>
<id>java.net</id>
Expand Down

0 comments on commit 63996cb

Please sign in to comment.