Skip to content

Commit 103f412

Browse files
authored
Merge pull request #37 from MonsieurBon/update-jsonschema2pojo
Update jsonschema2pojo
2 parents 395a3d0 + 2c4ef6d commit 103f412

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- master
66

77
env:
8-
RELEASE_VERSION: "0.5.0"
9-
DEVELOP_VERSION: "0.5.1-SNAPSHOT"
8+
RELEASE_VERSION: "0.6.0"
9+
DEVELOP_VERSION: "0.6.1-SNAPSHOT"
1010
GIT_AUTHOR_NAME: "@swisspost-devs"
1111
GIT_AUTHOR_EMAIL: "[email protected]"
1212
GIT_COMMITTER_NAME: "swisspost-devs"

apikana-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<artifactId>maven-compiler-plugin</artifactId>
2727
<version>3.6.1</version>
2828
<configuration>
29-
<source>1.8</source>
30-
<target>1.8</target>
29+
<source>21</source>
30+
<target>21</target>
3131
</configuration>
3232
</plugin>
3333
</plugins>

apikana-parent/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<configuration>
2323
<sourceDirectory>${basedir}/target/node/dist/model/json-schema-v3</sourceDirectory>
2424
<includeJsr303Annotations>true</includeJsr303Annotations>
25+
<useJakartaValidation>true</useJakartaValidation>
2526
<useJodaDates>true</useJodaDates>
2627
<useJodaLocalDates>true</useJodaLocalDates>
2728
<useJodaLocalTimes>true</useJodaLocalTimes>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.jsonschema2pojo</groupId>
159159
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
160-
<version>0.4.37</version>
160+
<version>1.2.2</version>
161161
</plugin>
162162
<plugin>
163163
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)