Bug 1013895

Summary: RFE: Add the ability to specify a jDocbook POM version
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: CSProcessorAssignee: Lee Newson <lnewson>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1CC: mcaspers
Target Milestone: ---   
Target Release: 1.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-23 23:43:53 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:
Bug Depends On: 967678    
Bug Blocks:    

Description Lee Newson 2013-10-01 02:14:48 UTC
Currently you can't specify the version for a maven build and it will be populated from the edition/version and have "-SNAPSHOT" appended to that. It would be useful if the user can specify the version that should be used, or at the very least say whether it is a SNAPSHOT or final build.

Comment 1 Lee Newson 2014-01-15 04:47:05 UTC
Added in 1.4-SNAPSHOT build 201401151434

I've added the "POM Version" metadata which will allow users to be able to specify the value that should be used in the <version> of the pom. eg:

ID = 1
...
POM Version = 1.1-SNAPSHOT

Comment 3 Matthew Casperson 2014-02-12 00:26:58 UTC
Confirmed that setting the POM Version updated the version in the pom.xml file.

Updated the UI in 201402121018 to highlight "POM Version" in the content spec editor.