Skip to content

Commit da9e377

Browse files
committed
Released spring-ws 2.0.1
2 parents 3ccc96a + d34554b commit da9e377

File tree

4 files changed

+22
-28
lines changed

4 files changed

+22
-28
lines changed

src/docbkx/resources/xsl/fopdf.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<xsl:param name="tablecolumns.extension">0</xsl:param>
149149
<xsl:param name="callout.extensions">1</xsl:param>
150150
<!-- FOP provide only PDF Bookmarks at the moment -->
151-
<xsl:param name="fop.extensions">1</xsl:param>
151+
<xsl:param name="fop1.extensions">1</xsl:param>
152152

153153
<!--###################################################
154154
Table Of Contents

src/docbkx/tutorial.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -674,23 +674,23 @@ public class HolidayEndpoint {
674674
Because we use JDOM, we must add some dependencies to the Maven <filename>pom.xml</filename>, which is in the
675675
root of our project directory. Here is the relevant section of the POM:
676676
</para>
677-
<programlisting><![CDATA[<dependencies>
678-
<dependency>
679-
<groupId>org.springframework.ws</groupId>
680-
<artifactId>spring-ws-core</artifactId>
681-
<version>2.0.0-RC2</version>
682-
</dependency>
683-
<dependency>
684-
<groupId>jdom</groupId>
685-
<artifactId>jdom</artifactId>
686-
<version>1.0</version>
687-
</dependency>
688-
<dependency>
689-
<groupId>jaxen</groupId>
690-
<artifactId>jaxen</artifactId>
691-
<version>1.1</version>
692-
</dependency>
693-
</dependencies>]]></programlisting>
677+
<programlisting>&lt;dependencies&gt;
678+
&lt;dependency&gt;
679+
&lt;groupId&gt;org.springframework.ws&lt;/groupId&gt;
680+
&lt;artifactId&gt;spring-ws-core&lt;/artifactId&gt;
681+
&lt;version&gt;<?eval ${project.version}?>&lt;/version&gt;
682+
&lt;/dependency&gt;
683+
&lt;dependency&gt;
684+
&lt;groupId&gt;jdom&lt;/groupId&gt;
685+
&lt;artifactId&gt;jdom&lt;/artifactId&gt;
686+
&lt;version&gt;1.0&lt;/version&gt;
687+
&lt;/dependency&gt;
688+
&lt;dependency&gt;
689+
&lt;groupId&gt;jaxen&lt;/groupId&gt;
690+
&lt;artifactId&gt;jaxen&lt;/artifactId&gt;
691+
&lt;version&gt;1.1&lt;/version&gt;
692+
&lt;/dependency&gt;
693+
&lt;/dependencies&gt;</programlisting>
694694
<para>
695695
Here is how we would configure these classes in our <filename>spring-ws-servlet.xml</filename>
696696
Spring XML configuration file, by using component scanning.

src/site/apt/downloads/releases.apt

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

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 2.0.0 M1 is the current development release (JDK 1.5+)>>
9+
* <<Spring-WS 2.0.1.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.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=85421}Announcement}}
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}}
1212

13-
14-
* <<Spring-WS 1.5.9 is the current production release (JDK 1.4+)>>
15-
16-
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.9/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=83900}Announcement}}
17-
18-
19-
* <<Spring-WS 2.0.0 M2 is the upcoming production release>>
13+
* <<Spring-WS 2.0.2 is the upcoming production release>>
2014

2115
* {{{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.0-M2-SNAPSHOT</version>
26+
<version>2.0.2.RELEASE-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

0 commit comments

Comments
 (0)