opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Version in `v0.32.0` branch is still 0.31.x #308

Closed sjoerdtalsma closed 5 years ago

sjoerdtalsma commented 5 years ago

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.

will create a new PR for this momentarily