File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed 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
- - master
6
- - 2.x
4
+ branches : [2.*]
7
5
paths-ignore :
8
6
- " README.md"
9
7
- " release-notes/*"
10
8
pull_request :
11
- branches :
12
- - 2.x
9
+ branches : [2.*]
13
10
paths-ignore :
14
11
- " README.md"
15
12
- " release-notes/*"
@@ -18,7 +15,7 @@ permissions:
18
15
19
16
jobs :
20
17
build :
21
- runs-on : ' ubuntu-22 .04'
18
+ runs-on : ' ubuntu-24 .04'
22
19
strategy :
23
20
fail-fast : false
24
21
matrix :
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.0 </version >
6
+ <version >2.19.1-SNAPSHOT </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatype-hibernate-parent</artifactId >
You can’t perform that action at this time.
0 commit comments