Skip to content

Commit 666fceb

Browse files
chore: release 4.34.0
1 parent eec7cf5 commit 666fceb

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [4.34.0] - 2024-03-14
88
### `jsonschema-generator`
99
#### Added
1010
- 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
813813
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`
814814

815815

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
817817
[4.33.1]: https://github.com/victools/jsonschema-generator/compare/v4.33.0...v4.33.1
818818
[4.33.0]: https://github.com/victools/jsonschema-generator/compare/v4.32.0...v4.33.0
819819
[4.32.0]: https://github.com/victools/jsonschema-generator/compare/v4.31.1...v4.32.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Additional documentation and configuration examples can be found here: https://v
3535
<dependency>
3636
<groupId>com.github.victools</groupId>
3737
<artifactId>jsonschema-generator</artifactId>
38-
<version>4.33.1</version>
38+
<version>4.34.0</version>
3939
</dependency>
4040
```
4141

jsonschema-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-examples</artifactId>

jsonschema-generator-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.github.victools</groupId>
1010
<artifactId>jsonschema-generator-bom</artifactId>
11-
<version>4.34.0-SNAPSHOT</version>
11+
<version>4.34.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>
@@ -26,7 +26,7 @@
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>HEAD</tag>
29+
<tag>v4.34.0</tag>
3030
</scm>
3131

3232
<organization>

jsonschema-generator-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.victools</groupId>
66
<artifactId>jsonschema-generator-bom</artifactId>
7-
<version>4.34.0-SNAPSHOT</version>
7+
<version>4.34.0</version>
88
<relativePath>../jsonschema-generator-bom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>jsonschema-generator-parent</artifactId>

jsonschema-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-generator</artifactId>

jsonschema-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.victools</groupId>
88
<artifactId>jsonschema-generator-parent</artifactId>
9-
<version>4.34.0-SNAPSHOT</version>
9+
<version>4.34.0</version>
1010
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>jsonschema-maven-plugin</artifactId>

jsonschema-module-jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-module-jackson</artifactId>

jsonschema-module-jakarta-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-module-jakarta-validation</artifactId>

jsonschema-module-javax-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-module-javax-validation</artifactId>

jsonschema-module-swagger-1.5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-module-swagger-1.5</artifactId>

jsonschema-module-swagger-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.victools</groupId>
77
<artifactId>jsonschema-generator-parent</artifactId>
8-
<version>4.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jsonschema-module-swagger-2</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.victools</groupId>
55
<artifactId>jsonschema-generator-reactor</artifactId>
6-
<version>4.34.0-SNAPSHOT</version>
6+
<version>4.34.0</version>
77
<packaging>pom</packaging>
88

99
<name>Java JSON Schema Generator (Reactor)</name>

0 commit comments

Comments
 (0)