zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Maven Central? #3

Closed yegor256 closed 10 years ago

yegor256 commented 10 years ago

Did you deploy it to Maven Central? If yes, what are the coordinates?

zafarkhaja commented 10 years ago

First of all thank you for your interest and sorry for the delay in replying to your question. It's strange I didn't get any notification about it via email. Back to your question. Unfortunately, I haven't deployed it yet, but now that there is interest in it, I will do so ASAP. I will let you know when it's ready...

yegor256 commented 10 years ago

Thanks a lot, I'm going to use your library in a few projects

zafarkhaja commented 10 years ago

Thanks a lot, I'm going to use your library in a few projects

Sounds great, thank you! Stay tuned...

zafarkhaja commented 10 years ago

Hey, @yegor256 ! I, finally, did it :) It took me considerably longer but on the bright side I had the time to write the Javadoc and implement the SemVer expressions (Ranges). So, you might want to have a look at it...

yegor256 commented 10 years ago

Brilliant, what are the coordinates in Maven Central?

zafarkhaja commented 10 years ago

Yeah, the coordinates are com.github.zafarkhaja:java-semver:0.7.0. Or, as a POM dependency

<dependency>
  <groupId>com.github.zafarkhaja</groupId>
  <artifactId>java-semver</artifactId>
  <version>0.7.0</version>
</dependency>
zafarkhaja commented 10 years ago

I think this can be closed now. Feel free to report any bugs, will do my best to fix them ASAP.

Thank you.

PS. you might also want to upgrade to 0.7.2.