Skip to content

Commit 83ec35d

Browse files
committed
Merge pull request #18172 from dreis2211
* pr/18172: Fix broken links for master snapshot builds Closes gh-18172
2 parents 2472836 + 09e991c commit 83ec35d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@
16771677
</stringutil>
16781678
<var name="github-tag" value="v${revision}" />
16791679
<propertyregex property="github-tag" override="true"
1680-
input="${github-tag}" regexp=".*SNAPSHOT" replace="2.1.x" />
1680+
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
16811681
</target>
16821682
</configuration>
16831683
</execution>

0 commit comments

Comments
 (0)