Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@fabioformosa fabioformosa released this 21 Mar 15:52
· 6 commits to master since this release
3d17f65

breaking change

In order to publish j-metamorphosis to maven central repo, it needed to change the package.
So, to import j-metamorphosis 3.0.0, add to your pom.xml

<dependency>
  <groupId>it.fabioformosa</groupId>
  <artifactId>metamorphosis-core</artifactId>
  <version>3.0.0</version>
</dependency>

or if you use JPA

<dependency>
  <groupId>it.fabioformosa</groupId>
  <artifactId>metamorphosis-jpa</artifactId>
  <version>3.0.0</version>
</dependency>