Merged back changes from 2.0.5 release

This commit is contained in:
Arjen Poutsma
2012-05-05 09:52:10 +00:00
6 changed files with 22 additions and 17 deletions

View File

@@ -20,11 +20,17 @@
</licenses>
<distributionManagement>
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
<repository>
<id>spring-local-repo</id>
<url>file:///Users/arjen/Projects/Spring/repo</url>
</repository>
<!--
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
</repository>
-->
<snapshotRepository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>

View File

@@ -78,11 +78,17 @@
</licenses>
<distributionManagement>
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
<repository>
<id>spring-local-repo</id>
<url>file:///Users/arjen/Projects/Spring/repo</url>
</repository>
<!--
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
</repository>
-->
<snapshotRepository>
<id>spring-s3</id>
<name>Spring Snapshot Repository</name>
@@ -272,6 +278,9 @@
</fileset>
</copy>
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
<move todir="target/site/reference/html" failonerror="false">
<fileset dir="target/site/reference/html/index"/>
</move>
</postProcess>
</configuration>
</plugin>

View File

@@ -3,7 +3,8 @@
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Web Services - Reference Documentation</title>
<title>Spring Web Services</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo><?eval ${project.version}?></releaseinfo>
<authorgroup>

View File

@@ -6,10 +6,10 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 2.0.4.RELEASE is the current production release (JDK 1.5+)>>
* <<Spring-WS 2.0.5.RELEASE is the current production release (JDK 1.5+)>>
* {{{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}}
* {{{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}}
* <<Spring-WS 2.0.5 is the upcoming production release>>
* {{{snapshots.html}Download nightly snapshots}}
* {{{./snapshots.html}Download nightly snapshots}}

View File

@@ -6,6 +6,6 @@ Reference Manual
The reference manual is available as HTML, and as PDF.
* View the {{{reference/html/index.html}HTML version}}
* View the {{{./reference/html/index.html}HTML version}}
* Download the {{{reference/pdf/spring-ws-reference.pdf}PDF version}}
* Download the {{{./reference/pdf/spring-ws-reference.pdf}PDF version}}

View File

@@ -44,15 +44,4 @@
</menu>
<menu ref="reports" name="Reports"/>
</body>
<poweredBy>
<logo name="Powered by Spring" href="http://www.springframework.org" img="images/logos/spring.png"/>
<logo name="Powered by Structure 101" href="http://www.headwaysoftware.com/products/structure101/"
img="images/logos/s101d.png"/>
<logo name="Powered by JIRA" href="http://www.atlassian.com/software/jira/" img="images/logos/jira.png"/>
<logo name="Built by Bamboo" href="http://www.atlassian.com/software/bamboo/" img="images/logos/bamboo.png"/>
<logo name="Build with Maven 2" href="http://maven.apache.org" img="images/logos/maven-feather.png"/>
<logo name="Hosted on SourceForge.net" href="http://sourceforge.net"
img="http://sourceforge.net/sflogo.php?group_id=73357&amp;type=1"/>
<logo name="Hosted by Contegix" href="http://www.contegix.com/" img="images/logos/contegix.png"/>
</poweredBy>
</project>