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

Build for Hibernate 5.0.12.0 #15

Closed
jederfreitas opened this issue May 8, 2018 · 3 comments
Closed

Build for Hibernate 5.0.12.0 #15

jederfreitas opened this issue May 8, 2018 · 3 comments

Comments

@jederfreitas
Copy link

Hi,

I've been checking that the last build available on MVN Central (5.0.1.0) it'is not compatible with Hibernate 5.0.12.0, could you please send the build of branch hibernate-5.0.1 that is already updated to Hibernate 5.0.12.0 to the central?

@mihaicostin
Copy link
Owner

Thank you for pointing that out. I've just released the artifacts to maven central.
It might take a bit of time until they are visible.
Let me know if you run into any issues.

@jederfreitas
Copy link
Author

jederfreitas commented May 10, 2018

Hi, thank you for the return, it's not available yet on Maven Central.

@mihaicostin
Copy link
Owner

Hi @jederfreitas . Maybe it takes longer than usual to update (I usually recall about 1-2 hours)...
In any case, I've just made a search on maven central and at least for me it show up:

https://search.maven.org/#artifactdetails%7Ccom.github.mihaicostin%7Chibernate-l2-memcached%7C5.0.12.0%7Cjar

You should be able to use it as

<dependency>
    <groupId>com.github.mihaicostin</groupId>
    <artifactId>hibernate-l2-memcached</artifactId>
    <version>5.0.12.0</version>
</dependency>

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

No branches or pull requests

2 participants