Skip to content

Commit 6d0f054

Browse files
committed
Back to snapshot deps
1 parent 28fdbf3 commit 6d0f054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- 2.x
4+
branches: [2.*]
65
pull_request:
6+
branches: [2.*]
77

88
permissions:
99
contents: read
1010

1111
jobs:
1212
build:
13-
runs-on: 'ubuntu-22.04'
13+
runs-on: 'ubuntu-24.04'
1414
strategy:
1515
fail-fast: false
1616
matrix:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.19.0</version>
11+
<version>2.19.1-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-jsonSchema-parent</artifactId>

0 commit comments

Comments
 (0)