Skip to content

Commit 41e2b6b

Browse files
authored
Merge pull request #39 from geekrumper/master
[jsonschema2pojo] configure usage of json schema v4 spec
2 parents f7f6244 + e825531 commit 41e2b6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- master
66

77
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"
1010
GIT_AUTHOR_NAME: "@swisspost-devs"
1111
GIT_AUTHOR_EMAIL: "[email protected]"
1212
GIT_COMMITTER_NAME: "swisspost-devs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# apikana-java
2-
The java side of [apikana](https://github.com/lbovet/apikana).
2+
The java side of [apikana](https://github.com/swisspost/apikana).
33

44
## Usage
55

apikana-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.jsonschema2pojo</groupId>
2121
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
2222
<configuration>
23-
<sourceDirectory>${basedir}/target/node/dist/model/json-schema-v3</sourceDirectory>
23+
<sourceDirectory>${basedir}/target/node/dist/model/json-schema-v4-full</sourceDirectory>
2424
<includeJsr303Annotations>true</includeJsr303Annotations>
2525
<useJakartaValidation>true</useJakartaValidation>
2626
<useJodaDates>true</useJodaDates>

0 commit comments

Comments
 (0)