diff --git a/platform/core/bundle.json b/platform/core/bundle.json
index ef1fd9ccd4..2dc4a738dd 100644
--- a/platform/core/bundle.json
+++ b/platform/core/bundle.json
@@ -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": [
diff --git a/pom.xml b/pom.xml
index e47928d875..f12870da97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,11 @@
UTF-8
+
+
+ scm:git:${basedir}
+
+
@@ -64,17 +69,12 @@
create
-
- validate
-
- create-timestamp
-
-
- yyyy-MM-dd HH:mm:ss
+ {0,date,yyyy-MM-dd HH:mm:ss.SSSZ}
true
false
+ Unknown