diff --git a/sentinel-dashboard/pom.xml b/sentinel-dashboard/pom.xml
index bf3291e1..43cb16d5 100755
--- a/sentinel-dashboard/pom.xml
+++ b/sentinel-dashboard/pom.xml
@@ -13,6 +13,7 @@
jar
+ @
2.0.5.RELEASE
4.0.1
@@ -138,6 +139,20 @@
sentinel-dashboard
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ ${resource.delimiter}
+
+ false
+
+
+
+
org.springframework.boot
diff --git a/sentinel-dashboard/src/main/resources/application.properties b/sentinel-dashboard/src/main/resources/application.properties
index b9e026c9..20ae4010 100755
--- a/sentinel-dashboard/src/main/resources/application.properties
+++ b/sentinel-dashboard/src/main/resources/application.properties
@@ -21,4 +21,4 @@ auth.password=sentinel
# Inject the dashboard version. It's required to enable
# filtering in pom.xml for this resource file.
-sentinel.dashboard.version=${project.version}
\ No newline at end of file
+sentinel.dashboard.version=@project.version@
\ No newline at end of file