| Summary: | 6.1.0 version is found in droolsjbpm-knowledge 6.0.x branch | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ryan Zhang <rzhang> |
| Component: | Build and Assembly | Assignee: | Geoffrey De Smet <gdesmet> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | etirelli |
| Target Milestone: | ER5 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:19:36 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: | |
This issue cause some doc artifact missing and will also stop drools, jbpm, droolsjbpm-integration etc to be able to build in fullProfile. Yes, I fixed this recently on the 6.0.x branch: https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/a86e9198e032a3edcb37d4b3922f3f201bc1a8ea Confirmed fixed in the code. |
Description of problem: I found the following in droolsjbpm-knowledge/kie-doc/pom.xml and other sumodules for 6.0.x branch. <parent> <groupId>org.kie</groupId> <artifactId>kie-api-parent</artifactId> <version>6.1.0-SNAPSHOT</version> </parent> However the parent pom is 6.0.0-SNAPSHOT This will case the project unable to build in product enviroment (for fullprofile at least). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: