| Summary: | Update documentation for new BOMs in EAP 6.2 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Paul Gier <pgier> |
| Component: | Documentation | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Russell Dickenson <rdickens> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | myarboro, nziakova, sgilda |
| Target Milestone: | ER7 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:20:06 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: | |
|
Description
Paul Gier
2013-10-14 13:56:35 UTC
Assigning to sgilda to work with me on doc updates. Added the new documentation into docspace: https://docspace.corp.redhat.com/docs/DOC-156072 Marking as ON_QA because the updated docs are now on staging. Paul, I don't see the fix staged here: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#Maven_BOM_Usage I just talked to Russell and he said he ran out of time to build the books. Moving back to modified. It looks like it's now staged at the above link. The text is OK for Beta but for GA release the version of eap6-supported-artifacts BOM is updated to 6.2.0.GA so please update the documentation too:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>eap6-supported-artifacts</artifactId>
<version>6.2.0.GA</version>
</dependency>
Changed both eap6-supported-artifacts and jboss-javaee-6.0-with-hibernate examples to 6.2.0.GA. Fixes are staged here: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#Maven_BOM_Usage Verified for EAP 6.2.0 ER6 |