File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - " 2.15"
7
- - " 2.14"
6
+ - " 2.16"
8
7
pull_request :
9
8
branches :
10
9
- master
11
- - " 2.15"
12
- - " 2.14"
10
+ - " 2.16"
13
11
# Also run once per day anyway, at 10:00 UTC (18:00 PT)
14
12
schedule :
15
13
- cron : " 0 10 * * *"
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.15.0 </version >
7
+ <version >2.16.0-SNAPSHOT </version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.test</groupId >
10
10
<artifactId >jackson-integration-tests</artifactId >
27
27
28
28
<!-- 13-Oct-2020, tatu: may need to occasionally work around missing Scala
29
29
module snapshot version
30
+
31
+ <jackson.version.module.scala>2.16.0-SNAPSHOT</jackson.version.module.scala>
30
32
-->
31
33
<jackson .version.module.scala>2.15.0</jackson .version.module.scala>
32
34
</properties >
You can’t perform that action at this time.
0 commit comments