Skip to content

Commit b9ef28c

Browse files
chore: Prepare for next development iteration
1 parent 3595d9e commit b9ef28c

File tree

12 files changed

+15
-12
lines changed

12 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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]
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

jsonschema-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-generator-bom/pom.xml

Lines changed: 2 additions & 2 deletions
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.38.0</version>
11+
<version>4.39.0-SNAPSHOT</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>v4.38.0</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<organization>

jsonschema-generator-parent/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-generator/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-module-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-module-jakarta-validation/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-module-javax-validation/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

jsonschema-module-swagger-1.5/pom.xml

Lines changed: 1 addition & 1 deletion
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.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>

0 commit comments

Comments
 (0)