ifesdjeen / hashed-wheel-timer

High Performance Timer / Scheduler Library compatible with ScheduledExecutorService
Eclipse Public License 1.0
223 stars 43 forks source link

Unable to find RC1 on sonatype #2

Closed peeyush-wings closed 8 years ago

peeyush-wings commented 8 years ago

Can you please put this on sonatype or maven central so I can use this in my project. Right now I had to work around by commit this alongside my project.

colindean commented 8 years ago

I, too, would like to use this in a project. It'd be a lot easier to keep up with releases if it's in maven central or jcenter or something!

ifesdjeen commented 8 years ago

It's published on Maven Central, best to my knowledge. I'm going to check right now.

colindean commented 8 years ago

Negative: https://search.maven.org/#search%7Cga%7C1%7Chashed-wheel-timer

ifesdjeen commented 8 years ago

Right, it was on Sonatype: https://oss.sonatype.org/#nexus-search;quick~hashed-wheel-timer

Although it was "staged". Fixed now. REAMDE updated accordingly.

Thanks for catching it!

colindean commented 8 years ago

Thank you so much!