Skip to content

Commit d9c7a7a

Browse files
committed
Working on 2.0.4 release
1 parent 8ed8b07 commit d9c7a7a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

parent/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
<artifactId>maven-deploy-plugin</artifactId>
8989
<version>2.5</version>
9090
</plugin>
91+
<plugin>
92+
<artifactId>maven-site-plugin</artifactId>
93+
<version>3.0</version>
94+
</plugin>
9195
<plugin>
9296
<artifactId>maven-release-plugin</artifactId>
9397
<version>2.2.1</version>
@@ -150,6 +154,16 @@
150154
<plugin>
151155
<artifactId>maven-jar-plugin</artifactId>
152156
</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>
153167
</plugins>
154168
</build>
155169
<reporting>

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,17 @@
157157
<artifactId>maven-release-plugin</artifactId>
158158
<version>2.2.1</version>
159159
</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>
160171
<plugin>
161172
<artifactId>maven-assembly-plugin</artifactId>
162173
<version>2.2-beta-5</version>

src/site/apt/downloads/releases.apt

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

77
* Get the latest Spring Web Services releases here
88

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

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

13-
* <<Spring-WS 2.0.2 is the upcoming production release>>
13+
* <<Spring-WS 2.0.5 is the upcoming production release>>
1414

1515
* {{{snapshots.html}Download nightly snapshots}}

src/site/apt/downloads/snapshots.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Snapshot Builds
2323
<dependency>
2424
<groupId>org.springframework.ws</groupId>
2525
<artifactId>spring-ws-core</artifactId>
26-
<version>2.0.2.RELEASE-SNAPSHOT</version>
26+
<version>2.0.5.RELEASE-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

0 commit comments

Comments
 (0)