We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea73a1 commit 7fcab06Copy full SHA for 7fcab06
.github/workflows/main.yml
@@ -1,15 +1,12 @@
1
name: Build and Deploy Snapshot
2
on:
3
push:
4
- branches:
5
- - master
6
- - 2.x
+ branches: [2.*]
7
paths-ignore:
8
- "README.md"
9
- "release-notes/*"
10
pull_request:
11
12
13
14
15
@@ -18,7 +15,7 @@ permissions:
18
19
16
jobs:
20
17
build:
21
- runs-on: 'ubuntu-22.04'
+ runs-on: 'ubuntu-24.04'
22
strategy:
23
fail-fast: false
24
matrix:
pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.19.0</version>
+ <version>2.19.1-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
0 commit comments