File tree 3 files changed +8
-10
lines changed 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
build :
13
13
# Do we want wide matrix build? For now, limited
14
- runs-on : ' ubuntu-22.04 '
14
+ runs-on : ubuntu-latest
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
20
20
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ with :
24
+ ref : 2.x
23
25
- name : Set up JDK
24
26
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
25
27
with :
Original file line number Diff line number Diff line change 1
1
name : Build and Deploy Snapshot
2
2
on :
3
3
push :
4
- branches :
5
- - 3.x
6
- - " 2.19"
4
+ branches : [2.*]
7
5
paths-ignore :
8
6
- " README.md"
9
7
- " release-notes/*"
10
8
pull_request :
11
- branches :
12
- - 3.x
13
- - " 2.19"
9
+ branches : [2.*]
14
10
paths-ignore :
15
11
- " README.md"
16
12
- " release-notes/*"
20
16
JODA_MAX : ' 2.12.7'
21
17
jobs :
22
18
build :
23
- runs-on : ' ubuntu-22 .04'
19
+ runs-on : ' ubuntu-24 .04'
24
20
strategy :
25
21
fail-fast : false
26
22
matrix :
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.datatype</groupId >
15
15
<artifactId >jackson-datatype-joda</artifactId >
16
16
<name >Jackson datatype: Joda</name >
17
- <version >2.19.1 -SNAPSHOT</version >
17
+ <version >2.20.0 -SNAPSHOT</version >
18
18
<packaging >jar</packaging >
19
19
<description >Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.
20
20
</description >
You can’t perform that action at this time.
0 commit comments