File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 88
88
<artifactId >maven-deploy-plugin</artifactId >
89
89
<version >2.5</version >
90
90
</plugin >
91
+ <plugin >
92
+ <artifactId >maven-site-plugin</artifactId >
93
+ <version >3.0</version >
94
+ </plugin >
91
95
<plugin >
92
96
<artifactId >maven-release-plugin</artifactId >
93
97
<version >2.2.1</version >
150
154
<plugin >
151
155
<artifactId >maven-jar-plugin</artifactId >
152
156
</plugin >
157
+ <plugin >
158
+ <artifactId >maven-site-plugin</artifactId >
159
+ <dependencies >
160
+ <dependency >
161
+ <groupId >org.apache.maven.wagon</groupId >
162
+ <artifactId >wagon-ssh</artifactId >
163
+ <version >1.0-beta-7</version >
164
+ </dependency >
165
+ </dependencies >
166
+ </plugin >
153
167
</plugins >
154
168
</build >
155
169
<reporting >
Original file line number Diff line number Diff line change 157
157
<artifactId >maven-release-plugin</artifactId >
158
158
<version >2.2.1</version >
159
159
</plugin >
160
+ <plugin >
161
+ <artifactId >maven-site-plugin</artifactId >
162
+ <version >3.0</version >
163
+ <dependencies >
164
+ <dependency >
165
+ <groupId >org.apache.maven.wagon</groupId >
166
+ <artifactId >wagon-ssh</artifactId >
167
+ <version >1.0-beta-7</version >
168
+ </dependency >
169
+ </dependencies >
170
+ </plugin >
160
171
<plugin >
161
172
<artifactId >maven-assembly-plugin</artifactId >
162
173
<version >2.2-beta-5</version >
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Downloads
6
6
7
7
* Get the latest Spring Web Services releases here
8
8
9
- * <<Spring-WS 2.0.1 .RELEASE is the current production release (JDK 1.5+)>>
9
+ * <<Spring-WS 2.0.4 .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.1 .RELEASE/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=106405 }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=122440 }Announcement}}
12
12
13
- * <<Spring-WS 2.0.2 is the upcoming production release>>
13
+ * <<Spring-WS 2.0.5 is the upcoming production release>>
14
14
15
15
* {{{snapshots.html}Download nightly snapshots}}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Snapshot Builds
23
23
<dependency>
24
24
<groupId>org.springframework.ws</groupId>
25
25
<artifactId>spring-ws-core</artifactId>
26
- <version>2.0.2 .RELEASE-SNAPSHOT</version>
26
+ <version>2.0.5 .RELEASE-SNAPSHOT</version>
27
27
</dependency>
28
28
+---------------
29
29
You can’t perform that action at this time.
0 commit comments