Bug 1290181

Summary: Development Guide: Code Typo
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: James Land <hokie10>
Component: DocumentationAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dmichael, eap-docs, nchaudha, sfolkwil, sgilda
Target Milestone: post-GAKeywords: Documentation
Target Release: EAP 6.4.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 23088, Development Guide-6.4 Build Date: 27-10-2015 14:13:27 Topic ID: 22363-734283 [Latest]
Last Closed: 2016-10-20 19:19:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Land 2015-12-09 20:03:01 UTC
Document Has:
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-core</artifact>
  <version>4.2.16.Final-redhat-1</version>
  <scope>provided</scope>
</dependency>


Should be:
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-core</artifactId>
  <version>4.2.16.Final-redhat-1</version>
  <scope>provided</scope>
</dependency>

Comment 1 sgilda 2015-12-14 15:18:09 UTC
This