File tree Expand file tree Collapse file tree 12 files changed +15
-12
lines changed
jsonschema-generator-parent
jsonschema-module-jackson
jsonschema-module-jakarta-validation
jsonschema-module-javax-validation
jsonschema-module-swagger-1.5
jsonschema-module-swagger-2 Expand file tree Collapse file tree 12 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
79## [ 4.38.0] - 2025-03-24
810### ` jsonschema-generator `
911#### Changed
@@ -868,6 +870,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
868870- Indicate a number's "exclusiveMaximum" according to ` @DecimalMax ` or ` @Negative `
869871
870872
873+ [ Unreleased ] : https://github.com/victools/jsonschema-generator/compare/v4.38.0...HEAD
871874[ 4.38.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.37.0...v4.38.0
872875[ 4.37.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.36.0...v4.37.0
873876[ 4.36.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.35.0...v4.36.0
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-examples</artifactId >
Original file line number Diff line number Diff line change 88
99 <groupId >com.github.victools</groupId >
1010 <artifactId >jsonschema-generator-bom</artifactId >
11- <version >4.38.0 </version >
11+ <version >4.39.0-SNAPSHOT </version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
2626 <connection >scm:git:https://github.com/victools/jsonschema-generator.git</connection >
2727 <developerConnection >scm:git:https://github.com/victools/jsonschema-generator.git</developerConnection >
2828 <url >https://github.com/victools/jsonschema-generator</url >
29- <tag >v4.38.0 </tag >
29+ <tag >HEAD </tag >
3030 </scm >
3131
3232 <organization >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.github.victools</groupId >
66 <artifactId >jsonschema-generator-bom</artifactId >
7- <version >4.38.0 </version >
7+ <version >4.39.0-SNAPSHOT </version >
88 <relativePath >../jsonschema-generator-bom/pom.xml</relativePath >
99 </parent >
1010 <artifactId >jsonschema-generator-parent</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-generator</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.victools</groupId >
88 <artifactId >jsonschema-generator-parent</artifactId >
9- <version >4.38.0 </version >
9+ <version >4.39.0-SNAPSHOT </version >
1010 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1111 </parent >
1212 <artifactId >jsonschema-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-module-jackson</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-module-jakarta-validation</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-module-javax-validation</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.victools</groupId >
77 <artifactId >jsonschema-generator-parent</artifactId >
8- <version >4.38.0 </version >
8+ <version >4.39.0-SNAPSHOT </version >
99 <relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
1010 </parent >
1111 <artifactId >jsonschema-module-swagger-1.5</artifactId >
You can’t perform that action at this time.
0 commit comments