diff --git a/demo/pom.xml b/demo/pom.xml
index e66e3d22f..cd0be3d07 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -65,7 +65,7 @@
line below to use version 1.0.4.Final-redhat-9 which is a release certified
to work with JBoss EAP 6.2. It requires you have access to the JBoss EAP 6.2
maven repository. -->
- 6.3.1.GA
+ 6.3.2.GA
2.7.0-redhat-1
1.7
diff --git a/tutorial/BusinessLogic.asciidoc b/tutorial/BusinessLogic.asciidoc
index 2071dc03b..da1905454 100644
--- a/tutorial/BusinessLogic.asciidoc
+++ b/tutorial/BusinessLogic.asciidoc
@@ -111,7 +111,7 @@ and deserialization of one of the fields involved in the cycle.
The next step is to verify if we're using the right version of the JBoss BOMs in the project.
Using the right versions of the BOMs ensures that you work against a known set of tested dependencies.
-Verify that the property `version.jboss.bom.eap` contains the value `6.3.1.GA` or higher:
+Verify that the property `version.jboss.bom.eap` contains the value `6.3.2.GA` or higher:
.pom.xml
[source,xml]
@@ -120,7 +120,7 @@ Verify that the property `version.jboss.bom.eap` contains the value `6.3.1.GA` o
...
...
- 6.3.1.GA
+ 6.3.2.GA
...
...
diff --git a/tutorial/Introduction.asciidoc b/tutorial/Introduction.asciidoc
index e119ba407..92189805b 100644
--- a/tutorial/Introduction.asciidoc
+++ b/tutorial/Introduction.asciidoc
@@ -240,13 +240,13 @@ image::gfx/introduction/pom_xml_tabs.png[]
For this tutorial, we do not need to edit the `pom.xml` as it already provides the Java EE 6 APIs that we will need (e.g. JPA, JAX-RS, CDI). You should spend some time exploring the *Dependencies* and the *pom.xml* (source view) tabs.
-One key element to make note of is `6.3.1.GA` which establishes the version of the JBoss Enterprise Application Platform dependencies. The BOM (Bill of Materials) specifies the versions of the Java EE (and other) APIs defined in the dependency section.
+One key element to make note of is `6.3.2.GA` which establishes the version of the JBoss Enterprise Application Platform dependencies. The BOM (Bill of Materials) specifies the versions of the Java EE (and other) APIs defined in the dependency section.
If you are using community version of the JBoss Application Server and you selected that as your Target Runtime, you will find a different property as the version string.
[CAUTION]
========================================================================================
-The specific version of the BOM (e.g. `6.3.1.GA`) is likely to change, so do not
+The specific version of the BOM (e.g. `6.3.2.GA`) is likely to change, so do not
be surprised if the version is slightly different.
The recommended version of the BOM for a runtime (EAP 6) can be