Skip to content

Commit

Permalink
STart 2.19 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 27, 2024
1 parent 09ec1d6 commit fd88e49
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
push:
branches:
- master
- "2.18"
- "2.19"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "2.18"
- "2.19"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand Down
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.18.1-SNAPSHOT</version>
<version>2.19.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.18.1-SNAPSHOT</version>
<version>2.19.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.18.1-SNAPSHOT</version>
<version>2.19.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.18.1-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate6</artifactId>
<name>Jackson-datatype-hibernate6</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.1-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<name>Hibernate module parent</name>
<version>2.18.1-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for shared settings for project sub-modules
</description>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Project: jackson-datatype-hibernate
=== Releases ===
------------------------------------------------------------------------

2.19.0 (not yet released)

-

2.18.0 (26-Sep-2024)

No changes since 2.17
Expand Down

0 comments on commit fd88e49

Please sign in to comment.