Skip to content

Commit 7fcab06

Browse files
committed
Back to snapshot dep
1 parent 5ea73a1 commit 7fcab06

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/main.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- master
6-
- 2.x
4+
branches: [2.*]
75
paths-ignore:
86
- "README.md"
97
- "release-notes/*"
108
pull_request:
11-
branches:
12-
- 2.x
9+
branches: [2.*]
1310
paths-ignore:
1411
- "README.md"
1512
- "release-notes/*"
@@ -18,7 +15,7 @@ permissions:
1815

1916
jobs:
2017
build:
21-
runs-on: 'ubuntu-22.04'
18+
runs-on: 'ubuntu-24.04'
2219
strategy:
2320
fail-fast: false
2421
matrix:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.19.0</version>
6+
<version>2.19.1-SNAPSHOT</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>

0 commit comments

Comments
 (0)