Skip to content

Commit

Permalink
Fix gradle samples replacement regex
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jul 11, 2016
1 parent 50d2d49 commit 9a98113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9a98113

Please sign in to comment.