Skip to content

Commit 831228b

Browse files
committed
Update master to 2.19
1 parent 7ae0433 commit 831228b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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.module</groupId>
1010
<artifactId>jackson-module-jsonSchema-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-module-jsonSchema-jakarta</artifactId>
1414
<name>jackson-module-jsonSchema-jakarta</name>

javax/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.module</groupId>
1010
<artifactId>jackson-module-jsonSchema-parent</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-module-jsonSchema</artifactId>
1414
<name>jackson-module-jsonSchema</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-jsonSchema-parent</artifactId>
1515
<name>jackson-module-jsonSchema-parent</name>
16-
<version>2.18.1-SNAPSHOT</version>
16+
<version>2.19.0-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1919
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-module-jsonSchema
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)