Skip to content

Commit 3af4cdb

Browse files
committed
Rename ref docs section new-in-3 => new-in-3.0
1 parent ea2da0b commit 3af4cdb

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

spring-framework-reference/src/aop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,7 +3185,7 @@ public class Account {
31853185
<para>Now that the sales pitch is over, let us first walk through a
31863186
quick example of AspectJ LTW using Spring, followed by detailed
31873187
specifics about elements introduced in the following example. For a
3188-
complete example, please see the Petclinic <link linkend="new-in-3-samples">sample</link> application.</para>
3188+
complete example, please see the Petclinic <link linkend="new-in-3.0-samples">sample</link> application.</para>
31893189

31903190
<section id="aop-aj-ltw-first-example">
31913191
<title>A first example</title>

spring-framework-reference/src/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
configure access to Servlet or Portlet facilities.</para>
590590

591591
<tip>
592-
<para>Available in the <link linkend="new-in-3-samples">samples repository</link>,
592+
<para>Available in the <link linkend="new-in-3.0-samples">samples repository</link>,
593593
a number of web applications leverage the annotation support described in this section
594594
including <emphasis>MvcShowcase</emphasis>, <emphasis>MvcAjax</emphasis>,
595595
<emphasis>MvcBasic</emphasis>, <emphasis>PetClinic</emphasis>,

spring-framework-reference/src/new-in-3.xml renamed to spring-framework-reference/src/new-in-3.0.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
33
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4-
<chapter id="new-in-3">
4+
<chapter id="new-in-3.0">
55
<title>New Features and Enhancements in Spring 3.0</title>
66

77
<para>If you have been using the Spring Framework for some time, you will be
88
aware that Spring has undergone two major revisions: Spring 2.0, released in
99
October 2006, and Spring 2.5, released in November 2007. It is now time for
1010
a third overhaul resulting in Spring 3.0.</para>
1111

12-
<sidebar id="new-in-3-intro-java">
12+
<sidebar id="new-in-3.0-intro-java">
1313
<title>Java SE and Java EE Support</title>
1414

1515
<para>The Spring Framework is now based on Java 5, and Java 6 is fully
@@ -19,7 +19,7 @@
1919
at the same time introducing some early support for Java EE 6.</para>
2020
</sidebar>
2121

22-
<section id="new-in-3-intro">
22+
<section id="new-in-3.0-intro">
2323
<title>Java 5</title>
2424

2525
<para>The entire framework code has been revised to take advantage of Java
@@ -43,7 +43,7 @@
4343
@Asynchronous annotation).</para>
4444
</section>
4545

46-
<section id="new-in-3-improved-docs">
46+
<section id="new-in-3.0-improved-docs">
4747
<title>Improved documentation</title>
4848

4949
<para>The Spring reference documentation has also substantially been
@@ -56,14 +56,14 @@
5656
issue</ulink>.</para>
5757
</section>
5858

59-
<section id="new-in-3-new-tutorial">
59+
<section id="new-in-3.0-new-tutorial">
6060
<title>New articles and tutorials</title>
6161

6262
<para>
6363
There are many excellent articles and tutorials that show how to get started with Spring 3 features.
6464
Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
6565
</para>
66-
<para id="new-in-3-samples">
66+
<para id="new-in-3.0-samples">
6767
The samples have been improved and updated to take advantage of the new features in Spring 3.
6868
Additionally, the samples have been moved out of the source tree into a dedicated SVN
6969
<ulink url="https://anonsvn.springframework.org/svn/spring-samples/">repository</ulink> available at:</para>
@@ -81,7 +81,7 @@
8181

8282
</section>
8383

84-
<section id="new-in-3-modules-build">
84+
<section id="new-in-3.0-modules-build">
8585
<title>New module organization and build system</title>
8686

8787
<para>The framework modules have been revised and are now managed
@@ -153,7 +153,7 @@
153153
</listitem>
154154
</itemizedlist>
155155

156-
<sidebar id="new-in-3-intro-spring-jar">
156+
<sidebar id="new-in-3.0-intro-spring-jar">
157157
<title>Note:</title>
158158

159159
<para>The spring.jar artifact that contained almost the entire framework
@@ -182,7 +182,7 @@
182182
</itemizedlist>
183183
</section>
184184

185-
<section id="new-in-3-features-overview">
185+
<section id="new-in-3.0-features-overview">
186186
<title>Overview of new features</title>
187187

188188
<para>This is a list of new features for Spring 3.0. We will cover these

spring-framework-reference/src/spring-framework-reference.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<productname>Spring Framework</productname>
99

10-
<releaseinfo>3.0</releaseinfo>
10+
<releaseinfo>3.1</releaseinfo>
1111

1212
<mediaobject>
1313
<imageobject role="fo">
@@ -238,9 +238,9 @@
238238
</part>
239239

240240
<part id="spring-whats-new">
241-
<title>What's New in Spring 3.0</title>
241+
<title>What's New in Spring 3</title>
242242

243-
<xi:include href="new-in-3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
243+
<xi:include href="new-in-3.0.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
244244
</part>
245245

246246
<part id="spring-core">

spring-framework-reference/src/testing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ public class SimpleTest {
16991699
<title>PetClinic example</title>
17001700

17011701
<para>The PetClinic application, available from the
1702-
<link linkend="new-in-3-samples">samples repository</link>,
1702+
<link linkend="new-in-3.0-samples">samples repository</link>,
17031703
illustrates several features of the <emphasis>Spring
17041704
TestContext Framework</emphasis> in a JUnit 4.5+ environment. Most test
17051705
functionality is included in the

0 commit comments

Comments
 (0)