Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 1, 2024
1 parent b485a3d commit 5ab2629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hibernate4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate4</artifactId>
<name>Jackson-datatype-Hibernate4</name>
Expand Down
2 changes: 1 addition & 1 deletion hibernate5-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
<name>Jackson-datatype-Hibernate5-jakarta</name>
Expand Down
2 changes: 1 addition & 1 deletion hibernate5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate5</artifactId>
<name>Jackson-datatype-Hibernate5</name>
Expand Down
2 changes: 1 addition & 1 deletion hibernate6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate6</artifactId>
<name>Jackson-datatype-hibernate6</name>
Expand Down

0 comments on commit 5ab2629

Please sign in to comment.