File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
7
7
env :
8
- RELEASE_VERSION : " 0.6 .0"
9
- DEVELOP_VERSION : " 0.6 .1-SNAPSHOT"
8
+ RELEASE_VERSION : " 0.7 .0"
9
+ DEVELOP_VERSION : " 0.7 .1-SNAPSHOT"
10
10
GIT_AUTHOR_NAME : " @swisspost-devs"
11
11
GIT_AUTHOR_EMAIL :
" [email protected] "
12
12
GIT_COMMITTER_NAME : " swisspost-devs"
Original file line number Diff line number Diff line change 1
1
# apikana-java
2
- The java side of [ apikana] ( https://github.com/lbovet /apikana ) .
2
+ The java side of [ apikana] ( https://github.com/swisspost /apikana ) .
3
3
4
4
## Usage
5
5
Original file line number Diff line number Diff line change 20
20
<groupId >org.jsonschema2pojo</groupId >
21
21
<artifactId >jsonschema2pojo-maven-plugin</artifactId >
22
22
<configuration >
23
- <sourceDirectory >${basedir} /target/node/dist/model/json-schema-v3 </sourceDirectory >
23
+ <sourceDirectory >${basedir} /target/node/dist/model/json-schema-v4-full </sourceDirectory >
24
24
<includeJsr303Annotations >true</includeJsr303Annotations >
25
25
<useJakartaValidation >true</useJakartaValidation >
26
26
<useJodaDates >true</useJodaDates >
You can’t perform that action at this time.
0 commit comments