File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed
Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 build :
13- runs-on : ' ubuntu-22.04 '
13+ runs-on : ubuntu-latest
1414 strategy :
1515 fail-fast : false
1616 matrix :
1919 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2020 steps :
2121 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22+ with :
23+ ref : 2.x
2224 - name : Set up JDK
2325 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2426 with :
Original file line number Diff line number Diff line change 11name : Build and Deploy Snapshot
22on :
33 push :
4- branches :
5- - 3.x
6- - " 2.19"
4+ branches : [2.*]
75 paths-ignore :
86 - " README.md"
97 - " release-notes/*"
108 pull_request :
11- branches :
12- - 3.x
13- - " 2.19"
9+ branches : [2.*]
1410 paths-ignore :
1511 - " README.md"
1612 - " release-notes/*"
@@ -20,7 +16,7 @@ permissions:
2016
2117jobs :
2218 build :
23- runs-on : ' ubuntu-20 .04'
19+ runs-on : ' ubuntu-24 .04'
2420 strategy :
2521 fail-fast : false
2622 matrix :
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.fasterxml.jackson.module</groupId >
1111 <artifactId >jackson-modules-java8</artifactId >
12- <version >2.19.1 -SNAPSHOT</version >
12+ <version >2.20.0 -SNAPSHOT</version >
1313 </parent >
1414 <groupId >com.fasterxml.jackson.datatype</groupId >
1515 <artifactId >jackson-datatype-jdk8</artifactId >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.fasterxml.jackson.module</groupId >
1111 <artifactId >jackson-modules-java8</artifactId >
12- <version >2.19.1 -SNAPSHOT</version >
12+ <version >2.20.0 -SNAPSHOT</version >
1313 </parent >
1414 <groupId >com.fasterxml.jackson.datatype</groupId >
1515 <artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.fasterxml.jackson.module</groupId >
1111 <artifactId >jackson-modules-java8</artifactId >
12- <version >2.19.1 -SNAPSHOT</version >
12+ <version >2.20.0 -SNAPSHOT</version >
1313 </parent >
1414 <artifactId >jackson-module-parameter-names</artifactId >
1515 <name >Jackson-module-parameter-names</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.fasterxml.jackson</groupId >
55 <artifactId >jackson-base</artifactId >
6- <version >2.19.1 -SNAPSHOT</version >
6+ <version >2.20.0 -SNAPSHOT</version >
77 </parent >
88 <groupId >com.fasterxml.jackson.module</groupId >
99 <artifactId >jackson-modules-java8</artifactId >
1010 <name >Jackson modules: Java 8</name >
11- <version >2.19.1 -SNAPSHOT</version >
11+ <version >2.20.0 -SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313 <description >Parent pom for Jackson modules needed to support Java 8 features and types
1414 </description >
You can’t perform that action at this time.
0 commit comments