Skip to content

Commit fc4692b

Browse files
committed
Update master to work against 2.16.0-SNAPSHOT
1 parent 7957cb3 commit fc4692b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- "2.15"
7-
- "2.14"
6+
- "2.16"
87
pull_request:
98
branches:
109
- master
11-
- "2.15"
12-
- "2.14"
10+
- "2.16"
1311
# Also run once per day anyway, at 10:00 UTC (18:00 PT)
1412
schedule:
1513
- cron: "0 10 * * *"

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.15.0</version>
7+
<version>2.16.0-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.test</groupId>
1010
<artifactId>jackson-integration-tests</artifactId>
@@ -27,6 +27,8 @@
2727

2828
<!-- 13-Oct-2020, tatu: may need to occasionally work around missing Scala
2929
module snapshot version
30+
31+
<jackson.version.module.scala>2.16.0-SNAPSHOT</jackson.version.module.scala>
3032
-->
3133
<jackson.version.module.scala>2.15.0</jackson.version.module.scala>
3234
</properties>

0 commit comments

Comments
 (0)