Skip to content

Commit 8294f74

Browse files
authored
Merge pull request #43 from swisspost/develop
Release PR
2 parents 9ce9c16 + 3f942c6 commit 8294f74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7.0"
9-
DEVELOP_VERSION: "0.7.1-SNAPSHOT"
8+
RELEASE_VERSION: "0.7.1"
9+
DEVELOP_VERSION: "0.7.2-SNAPSHOT"
1010
GIT_AUTHOR_NAME: "@swisspost-devs"
1111
GIT_AUTHOR_EMAIL: "[email protected]"
1212
GIT_COMMITTER_NAME: "swisspost-devs"

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-v4-full</sourceDirectory>
23+
<sourceDirectory>${basedir}/target/node/dist/model/json-schema-v4</sourceDirectory>
2424
<includeJsr303Annotations>true</includeJsr303Annotations>
2525
<useJakartaValidation>true</useJakartaValidation>
2626
<useJodaDates>true</useJodaDates>

0 commit comments

Comments
 (0)