File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
7
7
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"
10
10
GIT_AUTHOR_NAME : " @swisspost-devs"
11
11
GIT_AUTHOR_EMAIL :
" [email protected] "
12
12
GIT_COMMITTER_NAME : " swisspost-devs"
44
44
45
45
- name : Merge back to develop
46
46
run : |
47
- git fetch --depth 2 origin develop
47
+ git fetch --depth 10 origin develop
48
48
git checkout develop
49
- git fetch --shallow-since="$(git show -s --format=%ci develop~1 )" origin master develop
49
+ git fetch --shallow-since="$(git show -s --format=%ci develop~2 )" origin master develop
50
50
git merge master --no-edit
51
51
git push origin develop
Original file line number Diff line number Diff line change 26
26
<artifactId >maven-compiler-plugin</artifactId >
27
27
<version >3.6.1</version >
28
28
<configuration >
29
- <source >1.8 </source >
30
- <target >1.8 </target >
29
+ <source >21 </source >
30
+ <target >21 </target >
31
31
</configuration >
32
32
</plugin >
33
33
</plugins >
Original file line number Diff line number Diff line change 22
22
<configuration >
23
23
<sourceDirectory >${basedir} /target/node/dist/model/json-schema-v3</sourceDirectory >
24
24
<includeJsr303Annotations >true</includeJsr303Annotations >
25
+ <useJakartaValidation >true</useJakartaValidation >
25
26
<useJodaDates >true</useJodaDates >
26
27
<useJodaLocalDates >true</useJodaLocalDates >
27
28
<useJodaLocalTimes >true</useJodaLocalTimes >
Original file line number Diff line number Diff line change 157
157
<plugin >
158
158
<groupId >org.jsonschema2pojo</groupId >
159
159
<artifactId >jsonschema2pojo-maven-plugin</artifactId >
160
- <version >0.4.37 </version >
160
+ <version >1.2.2 </version >
161
161
</plugin >
162
162
<plugin >
163
163
<groupId >org.sonatype.plugins</groupId >
You can’t perform that action at this time.
0 commit comments