|
|
@@ -101,14 +101,14 @@ In a project directory of your choosing, create the following subdirectory struc
|
|
101
|
101
|
<repositories>
|
|
102
|
102
|
<repository>
|
|
103
|
103
|
<id>spring-snapshots</id>
|
|
104
|
|
- <url>http://repo.springsource.org/snapshot</url>
|
|
|
104
|
+ <url>http://repo.springsource.org/libs-snapshot</url>
|
|
105
|
105
|
<snapshots><enabled>true</enabled></snapshots>
|
|
106
|
106
|
</repository>
|
|
107
|
107
|
</repositories>
|
|
108
|
108
|
<pluginRepositories>
|
|
109
|
109
|
<pluginRepository>
|
|
110
|
110
|
<id>spring-snapshots</id>
|
|
111
|
|
- <url>http://repo.springsource.org/snapshot</url>
|
|
|
111
|
+ <url>http://repo.springsource.org/libs-snapshot</url>
|
|
112
|
112
|
<snapshots><enabled>true</enabled></snapshots>
|
|
113
|
113
|
</pluginRepository>
|
|
114
|
114
|
</pluginRepositories>
|