Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
7.52. fabric:version-create
Abstract
create a new version
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
fabric:version-create
[
--help
] [
--parent parentVersion
] {
Version
}
Description 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new version, by default copying all of the profiles from the current latest version into the new version. You can specify which version to copy the profiles from using the
--parent
option. Using the --description
option, you can add a note to describe the new version. If no version is specified, the command creates a new minor version by default. For example:
Note
Be aware that Fabric8 Karaf does not handle leading and trailing zeros in version numbers. Numbers such as 1.10, 01.1, 1.1 will all be interpreted as 1.1. When specifying version numbers, any numbers with leading or trailing zeros must be enclosed in double quotes. For example, "1.10". This will force the number to be interpreted as presented.
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Table 7.52, “fabric:version-create Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
--default | Set the created version to be the new default version. |
--description | Add a description of the newly created version. Enclose the text within double quotes. |
--parent | The parent version. By default, uses the latest version as the parent. |
Version | The new version to create. If not specified, defaults to the next minor version. |