DPML
Versioned Builds
HomeUtilitiesStationMetro
Mxed Decimal and Opaque Example
Using the decimal and version CLI options in combination

Using the decimal switch in combination with a version tag results in the generation of a version value equivalent to [decimal]-[tag]>. The following example demonstrates this relative to the index file used in the decimal versioning example.

$ build -list -decimal -version RC1

Selection: [3]

  [1]   project:org/acme/plugin/clock-api#1.0.0-RC1
  [2]   project:org/acme/plugin/clock-impl#1.0.2-RC1
  [3]   module:org/acme/plugin#1.0.2-RC1
  
$