Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jun 12, 2023
1 parent 1be9f00 commit 4887e9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.4.1</version>
<version>3.4.3</version>
</dependency>

#### Hibernate 6.1 and 6.0

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-60</artifactId>
<version>3.4.1</version>
<version>3.4.3</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.4.1</version>
<version>3.4.3</version>
</dependency>

#### Hibernate 5.4, 5.3 and 5.2

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-52</artifactId>
<version>3.4.1</version>
<version>3.4.3</version>
</dependency>

#### Hibernate 5.1 and 5.0

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-5</artifactId>
<version>3.4.1</version>
<version>3.4.3</version>
</dependency>

#### Optional Maven Dependencies
Expand Down

0 comments on commit 4887e9c

Please sign in to comment.