Skip to content

Commit 652f568

Browse files
committed
1 parent 36c259f commit 652f568

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
1111
<repository>
12-
<id>local</id>
13-
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
12+
<id>spring-milestone</id>
13+
<name>Spring Milestone Repository</name>
14+
<url>s3://maven.springframework.org/milestone</url>
1415
</repository>
1516
<snapshotRepository>
1617
<id>spring-snapshot</id>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
<distributionManagement>
7070
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
7171
<repository>
72-
<id>local</id>
73-
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
72+
<id>spring-milestone</id>
73+
<name>Spring Milestone Repository</name>
74+
<url>s3://maven.springframework.org/milestone</url>
7475
</repository>
7576
<snapshotRepository>
7677
<id>spring-s3</id>

0 commit comments

Comments
 (0)