|
|
@@ -26,8 +26,20 @@
|
|
26
|
26
|
<id>spring-snapshots</id>
|
|
27
|
27
|
<name>Spring Snapshots</name>
|
|
28
|
28
|
<url>http://repo.springsource.org/snapshot</url>
|
|
29
|
|
- <snapshots><enabled>true</enabled></snapshots>
|
|
|
29
|
+ <snapshots>
|
|
|
30
|
+ <enabled>true</enabled>
|
|
|
31
|
+ </snapshots>
|
|
30
|
32
|
</repository>
|
|
31
|
33
|
</repositories>
|
|
|
34
|
+ <pluginRepositories>
|
|
|
35
|
+ <pluginRepository>
|
|
|
36
|
+ <id>spring-snapshots</id>
|
|
|
37
|
+ <name>Spring Snapshots</name>
|
|
|
38
|
+ <url>http://repo.springsource.org/snapshot</url>
|
|
|
39
|
+ <snapshots>
|
|
|
40
|
+ <enabled>true</enabled>
|
|
|
41
|
+ </snapshots>
|
|
|
42
|
+ </pluginRepository>
|
|
|
43
|
+ </pluginRepositories>
|
|
32
|
44
|
|
|
33
|
45
|
</project>
|