Skip to content

Commit

Permalink
Merge pull request #37 from MonsieurBon/update-jsonschema2pojo
Browse files Browse the repository at this point in the history
Update jsonschema2pojo
  • Loading branch information
MonsieurBon authored Dec 5, 2024
2 parents 395a3d0 + 2c4ef6d commit 103f412
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- master

env:
RELEASE_VERSION: "0.5.0"
DEVELOP_VERSION: "0.5.1-SNAPSHOT"
RELEASE_VERSION: "0.6.0"
DEVELOP_VERSION: "0.6.1-SNAPSHOT"
GIT_AUTHOR_NAME: "@swisspost-devs"
GIT_AUTHOR_EMAIL: "oss@post.ch"
GIT_COMMITTER_NAME: "swisspost-devs"
Expand Down
4 changes: 2 additions & 2 deletions apikana-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions apikana-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<configuration>
<sourceDirectory>${basedir}/target/node/dist/model/json-schema-v3</sourceDirectory>
<includeJsr303Annotations>true</includeJsr303Annotations>
<useJakartaValidation>true</useJakartaValidation>
<useJodaDates>true</useJodaDates>
<useJodaLocalDates>true</useJodaLocalDates>
<useJodaLocalTimes>true</useJodaLocalTimes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
<version>0.4.37</version>
<version>1.2.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit 103f412

Please sign in to comment.