Overview
The version element is used to specify a version for a resource. These versions may define their own properties. When a resource is referenced in a pulse file, a specific version my be requested. In that case the properties from that version will be introduced into the pulse™ file. Typically, multiple versions of a resource will define properties with the same name. This allows the pulse™ file to use that property name independently of the resource version.
Attributes
| Attribute |
Description |
| value |
The version's name. Although numerical versions are common (e.g. "1.0"), version values are arbitrary strings. |
Child Elements
| Element |
Description |
| property |
Defines a named property in this version of the resource. |
Example
<resource name="maven2">
<version value="2.0-hacked">
<property name="maven2.bin" value="/usr/local/maven-hacked/bin/mvn"/>
</version>
</resource>