diff options
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index ce15518e512..ac291a11f25 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -308,7 +308,10 @@ </warSourceExcludes> <archive> <manifestEntries> - <version>${project.version}</version> + <Version>${project.version}</Version> + <!-- ${buildNumber} is the Git revision. It's generated by the buildnumber-maven-plugin --> + <Implementation-Build>${buildNumber}</Implementation-Build> + <Build-Time>${timestamp}</Build-Time> </manifestEntries> </archive> </configuration> |