Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.9.46. fabric:version-create
Abstract
						create a new version
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
fabric:version-create  [
					--help
				] [
					--parent parentVersion
				] {
					Version
				}
Description Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				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:
			Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 9.46, “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. |