File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
<url >file:///Users/arjen/Projects/Spring/repos/repo</url >
15
15
</repository >
16
16
<snapshotRepository >
17
- <id >spring-s3 </id >
17
+ <id >spring-snapshot </id >
18
18
<name >Spring Snapshot Repository</name >
19
19
<url >s3://maven.springframework.org/snapshot</url >
20
20
</snapshotRepository >
35
35
<repository >
36
36
<id >spring-release</id >
37
37
<name >Spring Portfolio Release Repository</name >
38
- <url >http://s3.amazonaws.com/ maven.springframework.org/release</url >
38
+ <url >http://maven.springframework.org/release</url >
39
39
</repository >
40
40
<repository >
41
41
<id >spring-external</id >
42
- <name >Spring Portfolio Release Repository</name >
43
- <url >http://s3.amazonaws.com/ maven.springframework.org/external</url >
42
+ <name >Spring Portfolio External Repository</name >
43
+ <url >http://maven.springframework.org/external</url >
44
44
</repository >
45
45
<repository >
46
46
<id >java.net</id >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Snapshot Builds
13
13
<repository>
14
14
<id>spring-s3</id>
15
15
<name>Springframework Maven SNAPSHOT Repository</name>
16
- <url>http://s3.amazonaws.com/ maven.springframework.org/snapshot</url>
16
+ <url>http://maven.springframework.org/snapshot</url>
17
17
</repository>
18
18
+---------------
19
19
You can’t perform that action at this time.
0 commit comments