Skip to content

Commit

Permalink
chore: release 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Apr 16, 2023
1 parent 55318cf commit a2fdc45
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 31 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.30.0] - 2023-04-16
### `jsonschema-generator`
#### Added
- introduce configuration option for `dependentRequired` keyword
Expand Down Expand Up @@ -733,7 +733,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`


[Unreleased]: https://github.com/victools/jsonschema-generator/compare/v4.29.0...HEAD
[4.30.0]: https://github.com/victools/jsonschema-generator/compare/v4.29.0...v4.30.0
[4.29.0]: https://github.com/victools/jsonschema-generator/compare/v4.28.0...v4.29.0
[4.28.0]: https://github.com/victools/jsonschema-generator/compare/v4.27.0...v4.28.0
[4.27.0]: https://github.com/victools/jsonschema-generator/compare/v4.26.0...v4.27.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Additional documentation and configuration examples can be found here: https://v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions jsonschema-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-examples</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions jsonschema-generator-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-bom</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/victools/jsonschema-generator.git</connection>
<developerConnection>scm:git:https://github.com/victools/jsonschema-generator.git</developerConnection>
<url>https://github.com/victools/jsonschema-generator</url>
<tag>HEAD</tag>
<tag>v4.30.0</tag>
</scm>

<organization>
Expand Down Expand Up @@ -115,7 +115,7 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<skip>${signAndStage.skip}</skip>
<skipNexusStagingDeployMojo>${signAndStage.skip}</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
Expand Down
5 changes: 2 additions & 3 deletions jsonschema-generator-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-bom</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-bom/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-generator-parent</artifactId>
Expand Down Expand Up @@ -273,10 +273,9 @@
<configuration>
<configLocation>../checkstyle.xml</configLocation>
<sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
<encoding>UTF-8</encoding>
<inputEncoding>UTF-8</inputEncoding>
<consoleOutput>true</consoleOutput>
<logViolationsToConsole>true</logViolationsToConsole>
<linkXRef>false</linkXRef>
</configuration>
<goals>
<goal>check</goal>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-module-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-jakarta-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-module-jakarta-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-javax-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-module-javax-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-module-swagger-1.5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<relativePath>../jsonschema-generator-parent/pom.xml</relativePath>
</parent>
<artifactId>jsonschema-module-swagger-2</artifactId>
Expand Down
49 changes: 36 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-reactor</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.30.0</version>
<packaging>pom</packaging>

<name>Java JSON Schema Generator (Reactor)</name>
Expand All @@ -12,18 +12,41 @@

<!-- For list of contributors, refer to jsonschema-generator-parent/pom.xml -->

<modules>
<module>jsonschema-generator-bom</module>
<module>jsonschema-generator-parent</module>
<module>jsonschema-generator</module>
<module>jsonschema-module-jackson</module>
<module>jsonschema-module-jakarta-validation</module>
<module>jsonschema-module-javax-validation</module>
<module>jsonschema-module-swagger-1.5</module>
<module>jsonschema-module-swagger-2</module>
<module>jsonschema-maven-plugin</module>
<module>jsonschema-examples</module>
</modules>
<profiles>
<profile>
<id>all</id>
<modules>
<module>jsonschema-generator-bom</module>
<module>jsonschema-generator-parent</module>
<module>jsonschema-generator</module>
<module>jsonschema-module-jackson</module>
<module>jsonschema-module-jakarta-validation</module>
<module>jsonschema-module-javax-validation</module>
<module>jsonschema-module-swagger-1.5</module>
<module>jsonschema-module-swagger-2</module>
<module>jsonschema-maven-plugin</module>
<module>jsonschema-examples</module>
</modules>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>release</id>
<modules>
<module>jsonschema-generator-bom</module>
<module>jsonschema-generator-parent</module>
<module>jsonschema-generator</module>
<module>jsonschema-module-jackson</module>
<module>jsonschema-module-jakarta-validation</module>
<module>jsonschema-module-javax-validation</module>
<module>jsonschema-module-swagger-1.5</module>
<module>jsonschema-module-swagger-2</module>
<module>jsonschema-maven-plugin</module>
<!-- excluding examples module during the release publishing -->
</modules>
</profile>
</profiles>

<build>
<plugins>
Expand Down

0 comments on commit a2fdc45

Please sign in to comment.