History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2244
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Able to sync to maven pom version after running the release plugin

Created: 18/Nov/14 12:38 AM   Updated: 30/Dec/14 12:12 AM
Component/s: None
Affects Version/s: 5.1.37
Fix Version/s: 6.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The release plugin changes SNAPSHOT version to release version and QB should use that release version instead.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [30/Dec/14 12:12 AM]
A release plugin will change POM in this way for instance:
- Change version from '1.0.0-SNAPSHOT' to '1.0.0'

- Release binary

- Change version from '1.0.0' to '1.0.1-SNAPSHOT'

QB should intercept the maven release process to use version 1.0.0 instead of 1.0.1-SNAPSHOT