I am trying to write code in an experimental branch against the latest v0.32.0 snapshot version, but artifacts on https://oss.jfrog.org/artifactory/oss-snapshot-local are still published as 0.31.1-SNAPSHOT versions, so travis builds from both master and v0.32.0 overwrite this snapshot.
I think the version in v0.32.0 branch should start with 0.32.0-SNAPSHOT.
I am trying to write code in an experimental branch against the latest
v0.32.0
snapshot version, but artifacts on https://oss.jfrog.org/artifactory/oss-snapshot-local are still published as0.31.1-SNAPSHOT
versions, so travis builds from bothmaster
andv0.32.0
overwrite this snapshot.I think the version in
v0.32.0
branch should start with0.32.0-SNAPSHOT
.will create a new PR for this momentarily