Skip to content

Commit fd88e49

Browse files
committed
STart 2.19 branch
1 parent 09ec1d6 commit fd88e49

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on:
33
push:
44
branches:
55
- master
6-
- "2.18"
6+
- "2.19"
77
paths-ignore:
88
- "README.md"
99
- "release-notes/*"
1010
pull_request:
1111
branches:
1212
- master
13-
- "2.18"
13+
- "2.19"
1414
paths-ignore:
1515
- "README.md"
1616
- "release-notes/*"

hibernate4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-hibernate-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hibernate4</artifactId>
1414
<name>Jackson-datatype-Hibernate4</name>

hibernate5-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-hibernate-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
1414
<name>Jackson-datatype-Hibernate5-jakarta</name>

hibernate5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-hibernate-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hibernate5</artifactId>
1414
<name>Jackson-datatype-Hibernate5</name>

hibernate6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-hibernate-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hibernate6</artifactId>
1414
<name>Jackson-datatype-hibernate6</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.18.1-SNAPSHOT</version>
6+
<version>2.19.0-SNAPSHOT</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>
1010
<name>Hibernate module parent</name>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for shared settings for project sub-modules
1414
</description>

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-datatype-hibernate
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.19.0 (not yet released)
8+
9+
-
10+
711
2.18.0 (26-Sep-2024)
812

913
No changes since 2.17

0 commit comments

Comments
 (0)