Bug 1160673

Summary: Synchronize the version of jboss-parent
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: BuildAssignee: jboss-set
Status: CLOSED WONTFIX QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: nziakova, vtunka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-01 12:29:01 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 Petr Kremensky 2014-11-05 11:17:39 UTC
Description of problem:
 Versions of jboss-parent are not synchronized:
 dev 6.x use version '14'
https://github.com/jbossas/jboss-eap/blob/6.x/pom.xml
 prod 6.x use version '11-redhat-1'
http://git.app.eng.bos.redhat.com/git/jbossas/jboss-as.git/tree/pom.xml?h=eap-6.x&id=278026f129996501de52348130b035c1265f7b98

Comment 1 Petr Kremensky 2014-11-12 12:15:36 UTC
6.4.0.DR9 update
 - dev 6.x use jboss-parent version '16'
 - prod 6.x use jboss-parent version '14.0.0.redhat-1'

http://git.app.eng.bos.redhat.com/git/jbossas/jboss-as.git/commit/?h=eap-6.x&id=f0008210c9379d0a26c1fc4d69367b923631bc0b

Can you add some simple version check to prevent this in future?