File tree 6 files changed +11
-13
lines changed
6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
11
11
jobs :
12
12
build :
13
- runs-on : ' ubuntu-22.04 '
13
+ runs-on : ubuntu-latest
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
19
19
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
20
20
steps :
21
21
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
+ with :
23
+ ref : 2.x
22
24
- name : Set up JDK
23
25
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
24
26
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,7 +16,7 @@ permissions:
20
16
21
17
jobs :
22
18
build :
23
- runs-on : ' ubuntu-20 .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.module</groupId >
11
11
<artifactId >jackson-modules-java8</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-jdk8</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.module</groupId >
11
11
<artifactId >jackson-modules-java8</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-jsr310</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.module</groupId >
11
11
<artifactId >jackson-modules-java8</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-module-parameter-names</artifactId >
15
15
<name >Jackson-module-parameter-names</name >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.19.1 -SNAPSHOT</version >
6
+ <version >2.20.0 -SNAPSHOT</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.module</groupId >
9
9
<artifactId >jackson-modules-java8</artifactId >
10
10
<name >Jackson modules: Java 8</name >
11
- <version >2.19.1 -SNAPSHOT</version >
11
+ <version >2.20.0 -SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
<description >Parent pom for Jackson modules needed to support Java 8 features and types
14
14
</description >
You can’t perform that action at this time.
0 commit comments