File tree 13 files changed +15
-15
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
13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 4.34.0 ] - 2024-03-14
8
8
### ` jsonschema-generator `
9
9
#### Added
10
10
- new ` Option.DUPLICATE_MEMBER_ATTRIBUTE_CLEANUP_AT_THE_END ` discard duplicate elements from member sub-schemas
@@ -813,7 +813,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
813
813
- Indicate a number's "exclusiveMaximum" according to ` @DecimalMax ` or ` @Negative `
814
814
815
815
816
- [ Unreleased ] : https://github.com/victools/jsonschema-generator/compare/v4.33.1...HEAD
816
+ [ 4.34.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.33.1...v4.34.0
817
817
[ 4.33.1 ] : https://github.com/victools/jsonschema-generator/compare/v4.33.0...v4.33.1
818
818
[ 4.33.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.32.0...v4.33.0
819
819
[ 4.32.0 ] : https://github.com/victools/jsonschema-generator/compare/v4.31.1...v4.32.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Additional documentation and configuration examples can be found here: https://v
35
35
<dependency >
36
36
<groupId >com.github.victools</groupId >
37
37
<artifactId >jsonschema-generator</artifactId >
38
- <version >4.33.1 </version >
38
+ <version >4.34.0 </version >
39
39
</dependency >
40
40
```
41
41
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-examples</artifactId >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.github.victools</groupId >
10
10
<artifactId >jsonschema-generator-bom</artifactId >
11
- <version >4.34.0-SNAPSHOT </version >
11
+ <version >4.34.0</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<properties >
26
26
<connection >scm:git:https://github.com/victools/jsonschema-generator.git</connection >
27
27
<developerConnection >scm:git:https://github.com/victools/jsonschema-generator.git</developerConnection >
28
28
<url >https://github.com/victools/jsonschema-generator</url >
29
- <tag >HEAD </tag >
29
+ <tag >v4.34.0 </tag >
30
30
</scm >
31
31
32
32
<organization >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.victools</groupId >
6
6
<artifactId >jsonschema-generator-bom</artifactId >
7
- <version >4.34.0-SNAPSHOT </version >
7
+ <version >4.34.0</version >
8
8
<relativePath >../jsonschema-generator-bom/pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >jsonschema-generator-parent</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-generator</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.victools</groupId >
8
8
<artifactId >jsonschema-generator-parent</artifactId >
9
- <version >4.34.0-SNAPSHOT </version >
9
+ <version >4.34.0</version >
10
10
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
11
11
</parent >
12
12
<artifactId >jsonschema-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-module-jackson</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-module-jakarta-validation</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-module-javax-validation</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-module-swagger-1.5</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.victools</groupId >
7
7
<artifactId >jsonschema-generator-parent</artifactId >
8
- <version >4.34.0-SNAPSHOT </version >
8
+ <version >4.34.0</version >
9
9
<relativePath >../jsonschema-generator-parent/pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >jsonschema-module-swagger-2</artifactId >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >com.github.victools</groupId >
5
5
<artifactId >jsonschema-generator-reactor</artifactId >
6
- <version >4.34.0-SNAPSHOT </version >
6
+ <version >4.34.0</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >Java JSON Schema Generator (Reactor)</name >
You can’t perform that action at this time.
0 commit comments