-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use released versions of the Riak client #2
Comments
How about if I start publishing weekly (daily??) Snapshots to sonatype? Would that work? |
Weekly won't work for sumo's CI on travis-ci.org (that can be disabled for now, probably). I don't know why Sumo uses 1.0.3-SNAPSHOT and not 1.0.2 but if it has to, then please make sure said artifact is available from widely used Maven repos. |
@michaelklishin I think you're right that we need to solve this. The original problem is that the released Riak Java client (1.0.2) requires Jackson 1.7.5 and Cheshire 2.0.4 requires Jackson 1.9.2. If there's another way around this, I'd much prefer it. |
Would it be possible to do one release of com.basho.riak:riak-client:jar:1.0.3-SNAPSHOT today? This will both let people check Sumo out and make CI useable. |
I just published the 1.0.3-snapshot to sonatype, going to work on having our buildbot push each successful build to sonatype snapshot. |
Thanks @russelldb, and sorry @michaelklishin for the trouble with usability/Travis. |
With 017bb0c this issue is now resolved. Thank you everyone! |
Please use released versions of the Riak client: 1.0.3-SNAPSHOT is not available from Maven Central or Sonatype. Not only it makes it impossible for people outside of Basho try Sumo out, it also has one more side effect: lein deps does not exit properly when it fails to find dependencies and it stalls travis-ci.org workers.
The text was updated successfully, but these errors were encountered: