Skip to content

Commit

Permalink
Use '@' as resource filtering delimiter.
Browse files Browse the repository at this point in the history
This was introduced by spring-boot-maven-plugin in 1.3.0.RELEASE to
make sure maven will not replace Spring EL expressions. For more
information see:

spring-projects/spring-boot#4920
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.3-Release-Notes#maven-resources-filtering
  • Loading branch information
britter committed Jan 10, 2016
1 parent 2ff3b9f commit a172b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/messages.properties
@@ -1,3 +1,3 @@
git.commit.hash=${buildNumber}
git.commit.link=${git.commit.link}
project.version=${project.version}
git.commit.hash=@buildNumber@
git.commit.link=@git.commit.link@
project.version=@project.version@

0 comments on commit a172b36

Please sign in to comment.