Skip to content

Commit

Permalink
WFK2-839 Update JBoss BOM to 6.3.2.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Jan 8, 2015
1 parent ddb4755 commit 2c1921c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
<version.jboss.bom.eap>6.3.1.GA</version.jboss.bom.eap>
<version.jboss.bom.eap>6.3.2.GA</version.jboss.bom.eap>
<version.jboss.bom.wfk>2.7.0-redhat-1</version.jboss.bom.wfk>
<buildhelper.plugin.version>1.7</buildhelper.plugin.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions tutorial/BusinessLogic.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -120,7 +120,7 @@ Verify that the property `version.jboss.bom.eap` contains the value `6.3.1.GA` o
...
<properties>
...
<version.jboss.bom.eap>6.3.1.GA</version.jboss.bom.eap>
<version.jboss.bom.eap>6.3.2.GA</version.jboss.bom.eap>
...
</properties>
...
Expand Down
4 changes: 2 additions & 2 deletions tutorial/Introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<version.jboss.bom.eap>6.3.1.GA</version.jboss.bom.eap>` 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 `<version.jboss.bom.eap>6.3.2.GA</version.jboss.bom.eap>` 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
Expand Down

0 comments on commit 2c1921c

Please sign in to comment.