Skip to content

rename jooby-hbm module to jooby-hbm4 #424

@jknack

Description

@jknack

latest version of hibernate is 5... will rename existing module to hbm4

next version requires a pom.xml change:

<dependency>
  <groupId>org.jooby</groupId>
  <artifactId>jooby-hbm</artifactId>
</dependency>

will be:

<dependency>
  <groupId>org.jooby</groupId>
  <artifactId>jooby-hbm4</artifactId>
</dependency>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions