Browse Source

Merge branch '1.4.x' into 1.5.x

pull/7902/head
Andy Wilkinson 9 years ago
parent
commit
f454adca1a
  1. 2
      spring-boot-docs/pom.xml

2
spring-boot-docs/pom.xml

@ -1192,7 +1192,7 @@ @@ -1192,7 +1192,7 @@
<lowercase />
</stringutil>
<var name="github-tag" value="v${project.version}" />
<propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
<propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="1.5.x" />
</target>
</configuration>
</execution>

Loading…
Cancel
Save