Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
3.5.0
-
None
-
None
Description
We use fixed versions of snapshots in your pom, so for example we use '1.20.4-R0.1-20240205.114523-90' instead of '1.20.4-R0.1-SNAPSHOT'. Normally this is not an issue when executing for example 'mvn verify' but when we run 'mvn site' instead of the explicit used snapshot version the latest snapshot version is downloaded and used.
Normally this do not cause big issues, but currently we have an API breaking change in the snapshot version and we want to stick to the old version.