Bug 1025119

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 AssemblyAssignee: Geoffrey De Smet <gdesmet>
Status: CLOSED CURRENTRELEASE QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.0.0CC: 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:

Description Ryan Zhang 2013-10-31 03:48:11 UTC
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:

Comment 2 Ryan Zhang 2013-10-31 09:16:14 UTC
This issue cause some doc artifact missing and will also stop drools, jbpm, droolsjbpm-integration etc to be able to build in fullProfile.

Comment 4 Geoffrey De Smet 2013-11-04 14:40:01 UTC
Yes, I fixed this recently on the 6.0.x branch:

https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/a86e9198e032a3edcb37d4b3922f3f201bc1a8ea

Comment 5 Lukáš Petrovický 2013-11-23 21:23:30 UTC
Confirmed fixed in the code.