Skip to content

Commit 4dec3a7

Browse files
committed
2.0.5 released
1 parent be7a0c3 commit 4dec3a7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

parent/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@
2020
</licenses>
2121
<distributionManagement>
2222
<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+
<!--
2328
<repository>
2429
<id>spring-release</id>
2530
<name>Spring Release Repository</name>
2631
<url>s3://maven.springframework.org/release</url>
2732
</repository>
33+
-->
2834
<snapshotRepository>
2935
<id>spring-snapshot</id>
3036
<name>Spring Snapshot Repository</name>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,17 @@
7878
</licenses>
7979
<distributionManagement>
8080
<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+
<!--
8186
<repository>
8287
<id>spring-release</id>
8388
<name>Spring Release Repository</name>
8489
<url>s3://maven.springframework.org/release</url>
8590
</repository>
91+
-->
8692
<snapshotRepository>
8793
<id>spring-s3</id>
8894
<name>Spring Snapshot Repository</name>

src/site/apt/downloads/releases.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

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+)>>
1010

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}}
1212

1313
* <<Spring-WS 2.0.5 is the upcoming production release>>
1414

0 commit comments

Comments
 (0)