馃憢 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:
https://github.com/wavefrontHQ/wavefront-proxy/blob/98a8b79d0fdcbce91f636996ab5303a51aa51377/proxy/pom.xml#L7
(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.)
馃憢 Our build process fell over on the 13.8 tag because we look (via variable substitution) for
proxy/target/proxy-13.8-spring-boot.jarand building this commit producesproxy-13.8-RC1-SNAPSHOT-spring-boot.jarinstead.Specifically it was this commit which changed
pom.xmlto include:https://github.com/wavefrontHQ/wavefront-proxy/blob/98a8b79d0fdcbce91f636996ab5303a51aa51377/proxy/pom.xml#L7
(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.)