Skip to content

Commit

Permalink
Bump json schema generation to include schema dedupe and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Dec 11, 2024
1 parent a20a617 commit af2107c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataspray-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<artifactId>dataspray-cli</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
<packaging>jar</packaging>

<name>DataSpray CLI</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<plugin>
<groupId>io.dataspray</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<configuration>
<sourcePaths>
{{#processor.jsonDataFormats}}
Expand Down

0 comments on commit af2107c

Please sign in to comment.