Browse Source

Merge pull request #18172 from dreis2211

* pr/18172:
  Fix broken links for master snapshot builds

Closes gh-18172
pull/18187/head
Stephane Nicoll 6 years ago
parent
commit
83ec35d829
  1. 2
      spring-boot-project/spring-boot-docs/pom.xml

2
spring-boot-project/spring-boot-docs/pom.xml

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

Loading…
Cancel
Save