Creates a version of an asset in a Rational Asset Manager repository
| Attribute | Description | Required |
| failOnError | If false, the build continues execution when an error occurs. Otherwise, the build fails. | No. Default is true. |
| server | The ID of the server that connects to Rational Asset Manager | Yes |
You must specify a single asset from which to create a version.
Create a version of an asset
<createNewVersion server="ramServer">
<asset guid="{0000-1111-2222-3333}" version="1.0">
<name>My New Version</name>
<version>1.1</version>
</asset>
</createNewVersion>