Commit 9a98113a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix gradle samples replacement regex

Closes gh-6357
parent 50d2d492
......@@ -233,7 +233,7 @@
<includes>
<include>${basedir}/spring-boot-samples/**/build.gradle</include>
</includes>
<token>springBootVersion\s+.*+</token>
<token>springBootVersion =\s+.*+</token>
<value>springBootVersion = '${project.version}'</value>
</configuration>
</execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment