Skip to content

Commit 1a4de86

Browse files
garyrussellartembilan
authored andcommitted
Fix appendix warnings and other minor fixes
1 parent 44b7df9 commit 1a4de86

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

src/reference/asciidoc/index-docinfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<firstname>Amol</firstname>
3939
<surname>Nayak</surname>
4040
</author><author>
41-
<firstname>Jay</firstname>
42-
<surname>Bryant</surname>
41+
<firstname>Jay</firstname>
42+
<surname>Bryant</surname>
4343
</author>
4444
</authorgroup>
4545

src/reference/asciidoc/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[[spring-integration-reference]]
22
= Spring Integration Reference Manual
3-
Mark Fisher, Marius Bogoevici, Iwein Fuld, Jonas Partner, Oleg Zhurakousky, Gary Russell, Dave Syer, Josh Long, David Turanski, Gunnar Hillert, Artem Bilan, Amol Nayak, Jay Bryant
43
:revnumber: {version}
54
:revdate: {localdate}
65
:linkcss:
@@ -22,7 +21,7 @@ include::./preface.adoc[]
2221
= What's New?
2322

2423
[[spring-integration-intro-new]]
25-
For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.0.
24+
For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.1.
2625
If you are interested in the changes and features that were introduced in earlier versions, see the <<history>>.
2726

2827
include::./whats-new.adoc[]

src/reference/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This section details the compatible http://www.oracle.com/technetwork/java/javas
1515
[[supported-java-versions]]
1616
=== Compatible Java Versions
1717

18-
For Spring Integration 5.0.x, the minimum compatible Java version is Java SE 8.
18+
For Spring Integration 5.1.x, the minimum compatible Java version is Java SE 8.
1919
Older versions of Java are not supported.
2020

2121
[[supported-spring-versions]]
2222
=== Compatible Versions of the Spring Framework
2323

24-
Spring Integration 5.0.x requires Spring Framework 5.0 or later.
24+
Spring Integration 5.1.x requires Spring Framework 5.1 or later.
2525

2626
[[code-conventions]]
2727
== Code Conventions

src/reference/asciidoc/xmpp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ The preceding examples that show the `namespace` manipulations can be simplified
129129

130130
====
131131
[source,xml]
132-
----
133-
payload-expression="#extension.json"
134-
payload-expression="#extension.bodies[0]"
135-
----
136-
====
132+
----
133+
payload-expression="#extension.json"
134+
payload-expression="#extension.bodies[0]"
135+
----
136+
====
137137

138138
[[xmpp-message-outbound-channel-adapter]]
139139
==== Outbound Message Channel Adapter

0 commit comments

Comments
 (0)