Skip to content
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

Maven Central? #3

Closed
yegor256 opened this issue Sep 18, 2013 · 7 comments
Closed

Maven Central? #3

yegor256 opened this issue Sep 18, 2013 · 7 comments

Comments

@yegor256
Copy link

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

@zafarkhaja
Copy link
Owner

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
Copy link
Author

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

@zafarkhaja
Copy link
Owner

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

Sounds great, thank you! Stay tuned...

@zafarkhaja
Copy link
Owner

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
Copy link
Author

Brilliant, what are the coordinates in Maven Central?

@zafarkhaja
Copy link
Owner

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants