Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 979383

Summary: There are wrong versions of BOMs in some quickstarts poms.
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Matous Jobanek <mjobanek>
Component: ExamplesAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Matous Jobanek <mjobanek>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.3.0CC: bsutter, kpiwko, maschmid, mnovotny, pmuir, rruss
Target Milestone: CR2   
Target Release: 2.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-16 11:32:59 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 Matous Jobanek 2013-06-28 11:49:53 UTC
Description of problem:
There are wrong versions of BOMs in some quickstart poms.
These projects:

kitchensink-backbone
helloworld-html5
helloworld-gwt
kitchensink-html5-mobile
kitchensink-angularjs
kitchensink-rf
helloworld-errai

and the root pom of all quickstarts has set the version of jboss BOM on 1.0.6.Final by default instead of 1.0.4.Final-redhat-wfk-2 or 1.0.4.Final-redhat-4. The version 1.0.6.Final should be commented.

The pom file of the project shrinkwrap-resolver contains commented jboss BOM version 1.0.2.Final-redhat-1 which is from old EAP 6.0.1 repository. Even if it is commented the version should be right: 1.0.4.Final-redhat-4.

The project picketlink-deltaspike-authorization uses completely different version of BOMs:
default version: 1.0.7.CR2 instead of 1.0.4.Final-redhat-wfk-2
commented version: 1.0.6.Final-redhat-3 instead of 1.0.4.Final-redhat-4

Version-Release number of selected component (if applicable):
WFK 2.3.0.CR1


How reproducible:
Steps to Reproduce:
1. download the quickstarts zip from [1]
2. extract the zip file
3. open some of the wrong poms

Actual results:
wrong version of jboss BOMs

Expected results:
default version: 1.0.4.Final-redhat-wfk-2
commented version: 1.0.4.Final-redhat-4 or 1.0.6.Final

Additional info:

[1] http://download.devel.redhat.com/devel/candidates/JBWFK/2.3.0.CR1/jboss-wfk-quickstarts-2.3.0-dist.zip

Comment 4 Matous Jobanek 2013-07-03 13:08:13 UTC
Verified in WFK 2.3.0.CR2