clearbit / clearbit-java

A Java API client to https://clearbit.com
MIT License
6 stars 12 forks source link

Bump jersey client #10

Closed chadworth closed 8 years ago

harlow commented 8 years ago

Looks good. thanks for updating 👍

chadworth commented 8 years ago

@harlow would it be possible to release a new version? i'd like to see if this fixes https://github.com/clearbit/clearbit-java/issues/9

harlow commented 8 years ago

yeah for sure... will need to dig up my notes on how to do it again

chadworth commented 8 years ago

Now that you've gone through all the initial setup trouble of getting the pom.xml file right in this repo, it should be as simple as:

mvn release:prepare
mvn release:perform

You'll need to make sure to do it on the machine with your gpg key and you made need to visit https://oss.sonatype.org/index.html#welcome for a portion of the release process.

harlow commented 8 years ago

@chadworth done. 0.6 has been released.