[About] Use timestamp, build number

Use timestamp and build number (as filterable properties) in
the built core bundle. WTD-699.
This commit is contained in:
Victor Woeltjen
2015-01-22 17:12:52 -08:00
parent 740dde63a7
commit e4def8a3f5
2 changed files with 15 additions and 9 deletions

View File

@@ -7,13 +7,19 @@
{
"name": "Open MCT Web",
"value": "${project.version}",
"priority": 1000
"priority": 999
},
{
"name": "Built",
"value": "YYYY-MM-DDTHH:MM:ssZ",
"value": "${timestamp}",
"description": "The date on which this version of the client was built.",
"priority": 990
},
{
"name": "Revision",
"value": "${buildNumber}",
"description": "A unique revision identifier for the client sources.",
"priority": 995
}
],
"components": [