File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 20
20
</licenses >
21
21
<distributionManagement >
22
22
<downloadUrl >http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl >
23
+ <repository >
24
+ <id >spring-local-repo</id >
25
+ <url >file:///Users/arjen/Projects/Spring/repo</url >
26
+ </repository >
27
+ <!--
23
28
<repository>
24
29
<id>spring-release</id>
25
30
<name>Spring Release Repository</name>
26
31
<url>s3://maven.springframework.org/release</url>
27
32
</repository>
33
+ -->
28
34
<snapshotRepository >
29
35
<id >spring-snapshot</id >
30
36
<name >Spring Snapshot Repository</name >
Original file line number Diff line number Diff line change 78
78
</licenses >
79
79
<distributionManagement >
80
80
<downloadUrl >http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl >
81
+ <repository >
82
+ <id >spring-local-repo</id >
83
+ <url >file:///Users/arjen/Projects/Spring/repo</url >
84
+ </repository >
85
+ <!--
81
86
<repository>
82
87
<id>spring-release</id>
83
88
<name>Spring Release Repository</name>
84
89
<url>s3://maven.springframework.org/release</url>
85
90
</repository>
91
+ -->
86
92
<snapshotRepository >
87
93
<id >spring-s3</id >
88
94
<name >Spring Snapshot Repository</name >
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Downloads
6
6
7
7
* Get the latest Spring Web Services releases here
8
8
9
- * <<Spring-WS 2.0.4 .RELEASE is the current production release (JDK 1.5+)>>
9
+ * <<Spring-WS 2.0.5 .RELEASE is the current production release (JDK 1.5+)>>
10
10
11
- * {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/2.0.4.RELEASE/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=122440 }Announcement}}
11
+ * {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/2.0.4.RELEASE/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=126098 }Announcement}}
12
12
13
13
* <<Spring-WS 2.0.5 is the upcoming production release>>
14
14
You can’t perform that action at this time.
0 commit comments