Skip to content

Commit 63996cb

Browse files
committedDec 13, 2009
SPR-6541: move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build)
1 parent 7c6c1c3 commit 63996cb

File tree

1 file changed

+11
-9
lines changed
  • org.springframework.spring-parent

1 file changed

+11
-9
lines changed
 

‎org.springframework.spring-parent/pom.xml

+11-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-framework/trunk</developerConnection>
2323
</scm>
2424

25-
<repositories>
26-
<repository>
27-
<id>org.springframework.repository.maven</id>
28-
<name>SpringSource Maven Repository</name>
29-
<url>http://repository.springframework.org/maven/</url>
30-
<snapshots><enabled>false</enabled></snapshots>
31-
</repository>
32-
</repositories>
33-
3425
<dependencyManagement>
3526
<dependencies>
3627
<dependency>
@@ -175,6 +166,17 @@
175166
</profile>
176167
<profile>
177168
<id>build</id>
169+
<repositories>
170+
<repository>
171+
<id>org.springframework.repository.maven</id>
172+
<name>SpringSource Maven Repository</name>
173+
<url>http://repository.springframework.org/maven/</url>
174+
<snapshots><enabled>false</enabled></snapshots>
175+
</repository>
176+
</repositories>
177+
</profile>
178+
<profile>
179+
<id>legacy-build</id>
178180
<repositories>
179181
<repository>
180182
<id>java.net</id>

0 commit comments

Comments
 (0)