We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fdbf3 commit 6d0f054Copy full SHA for 6d0f054
.github/workflows/main.yml
@@ -1,16 +1,16 @@
1
name: Build and Deploy Snapshot
2
on:
3
push:
4
- branches:
5
- - 2.x
+ branches: [2.*]
6
pull_request:
7
8
permissions:
9
contents: read
10
11
jobs:
12
build:
13
- runs-on: 'ubuntu-22.04'
+ runs-on: 'ubuntu-24.04'
14
strategy:
15
fail-fast: false
16
matrix:
pom.xml
@@ -8,7 +8,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.module</groupId>
<artifactId>jackson-module-jsonSchema-parent</artifactId>
0 commit comments