diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties
index c5a9fb25c..ab47c1704 100644
--- a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties
+++ b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties
@@ -8,6 +8,7 @@ title=Spring Tool Suite 4\n\
\n\
Version: @QUALIFIER@\n\
Build Id: @BUILD_ID@\n\
+Revision: @REVISION@\n\
\n\
Copyright (c) 2007 - 2022 VMware, Inc.\n\
All rights reserved. Visit https://spring.io/tools\n\
diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties
index cfe7380d9..6ec80a9dc 100644
--- a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties
+++ b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties
@@ -6,6 +6,7 @@ productBlurb=Spring Tool Suite 4 \n\
\n\
Version: @QUALIFIER@\n\
Build Id: @BUILD_ID@\n\
+Revision: @REVISION@\n\
\n\
Copyright (c) 2007 - 2022 VMware, Inc.\n\
All rights reserved. Visit https://spring.io/tools\n\
diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml
index 432734242..f4c772147 100644
--- a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml
+++ b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml
@@ -35,8 +35,10 @@
+
+
diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml
index 66b48916f..790050474 100644
--- a/eclipse-distribution/pom.xml
+++ b/eclipse-distribution/pom.xml
@@ -949,6 +949,25 @@
http://timestamp.digicert.com
+
+
+ io.github.git-commit-id
+ git-commit-id-maven-plugin
+ 5.0.0
+
+
+ get-the-git-infos
+
+ revision
+
+ initialize
+
+
+
+ ${project.basedir}/../.git
+
+
+
@@ -1017,6 +1036,7 @@
+
org.apache.maven.plugins
maven-resources-plugin
@@ -1025,6 +1045,7 @@
ISO-8859-1
+
org.apache.maven.plugins
maven-antrun-plugin
@@ -1058,6 +1079,7 @@
+