Skip to content

Commit 48dbdae

Browse files
committed
Update master to be 2.15.0-SNAPSHOT
1 parent e01baa4 commit 48dbdae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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.14.2-SNAPSHOT</version>
11+
<version>2.15.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-jsonSchema</artifactId>
1515
<name>jackson-module-jsonSchema</name>
16-
<version>2.14.2-SNAPSHOT</version>
16+
<version>2.15.0-SNAPSHOT</version>
1717
<packaging>bundle</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.15.0 (not yet released)
8+
9+
-
10+
711
2.14.1 (21-Nov-2022)
812
2.14.0 (05-Nov-2022)
913

0 commit comments

Comments
 (0)