diff --git a/src/reference/asciidoc/index-docinfo.xml b/src/reference/asciidoc/index-docinfo.xml
index 293e89c15f..1068977e72 100644
--- a/src/reference/asciidoc/index-docinfo.xml
+++ b/src/reference/asciidoc/index-docinfo.xml
@@ -38,8 +38,8 @@
Amol
Nayak
- Jay
- Bryant
+ Jay
+ Bryant
diff --git a/src/reference/asciidoc/index.adoc b/src/reference/asciidoc/index.adoc
index f4b5d8c828..de335472a2 100644
--- a/src/reference/asciidoc/index.adoc
+++ b/src/reference/asciidoc/index.adoc
@@ -1,6 +1,5 @@
[[spring-integration-reference]]
= Spring Integration Reference Manual
-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
:revnumber: {version}
:revdate: {localdate}
:linkcss:
@@ -22,7 +21,7 @@ include::./preface.adoc[]
= What's New?
[[spring-integration-intro-new]]
-For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.0.
+For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.1.
If you are interested in the changes and features that were introduced in earlier versions, see the <>.
include::./whats-new.adoc[]
diff --git a/src/reference/asciidoc/preface.adoc b/src/reference/asciidoc/preface.adoc
index 76fee7ea4e..29a353d52a 100644
--- a/src/reference/asciidoc/preface.adoc
+++ b/src/reference/asciidoc/preface.adoc
@@ -15,13 +15,13 @@ This section details the compatible http://www.oracle.com/technetwork/java/javas
[[supported-java-versions]]
=== Compatible Java Versions
-For Spring Integration 5.0.x, the minimum compatible Java version is Java SE 8.
+For Spring Integration 5.1.x, the minimum compatible Java version is Java SE 8.
Older versions of Java are not supported.
[[supported-spring-versions]]
=== Compatible Versions of the Spring Framework
-Spring Integration 5.0.x requires Spring Framework 5.0 or later.
+Spring Integration 5.1.x requires Spring Framework 5.1 or later.
[[code-conventions]]
== Code Conventions
diff --git a/src/reference/asciidoc/xmpp.adoc b/src/reference/asciidoc/xmpp.adoc
index 3e53011267..ba03b119c9 100644
--- a/src/reference/asciidoc/xmpp.adoc
+++ b/src/reference/asciidoc/xmpp.adoc
@@ -129,11 +129,11 @@ The preceding examples that show the `namespace` manipulations can be simplified
====
[source,xml]
- ----
- payload-expression="#extension.json"
- payload-expression="#extension.bodies[0]"
- ----
- ====
+----
+payload-expression="#extension.json"
+payload-expression="#extension.bodies[0]"
+----
+====
[[xmpp-message-outbound-channel-adapter]]
==== Outbound Message Channel Adapter