-
Notifications
You must be signed in to change notification settings - Fork 5
3.1 Goal: create‐new‐version
David Grierson edited this page Sep 23, 2020
·
1 revision
Creates a new version in the Jira project with the configured name / version number.
Note: this goal will automatically remove the "-SNAPSHOT" suffix from any version string.
As well as the configuration parameters described on the Common Configuration Options page, the following configuration options are available for the create-new-version goal:
Parameter | Description | Default Value |
---|---|---|
<versionDescription> |
Description which will be applied to the version if it is created | ${project.name} |
<finalName> |
Name of the version to be created | ${project.build.finalName} |
<finalNameUsedForVersion> |
Boolean controlling whether the finalName should be used for the fixVersion | false |
<developmentVersion> |
The version number | ${project.version} |