Skip to content

Commit

Permalink
Update to 2.18.0-rc1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 27, 2024
1 parent 57ca4cb commit 8c240af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema-parent</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-jsonSchema-jakarta</artifactId>
<name>jackson-module-jsonSchema-jakarta</name>
Expand Down
2 changes: 1 addition & 1 deletion javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema-parent</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-module-jsonSchema</artifactId>
<name>jackson-module-jsonSchema</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema-parent</artifactId>
<name>jackson-module-jsonSchema-parent</name>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
Expand Down

0 comments on commit 8c240af

Please sign in to comment.