👋 Our build process fell over on the 13.8 tag because we look (via variable substitution) for proxy/target/proxy-13.8-spring-boot.jar and building this commit produces proxy-13.8-RC1-SNAPSHOT-spring-boot.jar instead.
Specifically it was this commit which changed pom.xml to include:
|
<version>13.8-RC1-SNAPSHOT</version> |
(A couple of things I spotted while debugging: it looks to me like that commit's parent should have been the one tagged, and that the version in trunk should now be something like 13.9-RC1-SNAPSHOT.)