File tree 8 files changed +14
-16
lines changed
8 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
build :
13
13
# Do we want wide matrix build? For now, limited
14
- runs-on : ' ubuntu-22.04 '
14
+ runs-on : ubuntu-latest
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
20
20
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ with :
24
+ ref : 2.x
23
25
- name : Set up JDK
24
26
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
25
27
with :
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
- - 3.x
6
- - " 2.19"
4
+ branches : [2.*]
7
5
paths-ignore :
8
6
- " README.md"
9
7
- " release-notes/*"
10
8
pull_request :
11
- branches :
12
- - 3.x
13
- - " 2.19"
9
+ branches : [2.*]
14
10
paths-ignore :
15
11
- " README.md"
16
12
- " release-notes/*"
@@ -19,7 +15,7 @@ permissions:
19
15
20
16
jobs :
21
17
build :
22
- runs-on : ' ubuntu-22 .04'
18
+ runs-on : ' ubuntu-24 .04'
23
19
strategy :
24
20
fail-fast : false
25
21
matrix :
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-avro</artifactId >
15
15
<name >Jackson dataformat: Avro</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-cbor</artifactId >
15
15
<name >Jackson dataformat: CBOR</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.dataformat</groupId >
15
15
<artifactId >jackson-dataformat-ion</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.19.1 -SNAPSHOT</version >
7
+ <version >2.20.0 -SNAPSHOT</version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformats-binary</artifactId >
11
11
<name >Jackson dataformats: Binary</name >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
14
<description >Parent pom for Jackson binary dataformats.
15
15
</description >
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
47
47
<!-- for Reproducible Builds -->
48
- <project .build.outputTimestamp>2025-04-25T00:11:50Z </project .build.outputTimestamp>
48
+ <project .build.outputTimestamp>2025-04-25T00:21:23Z </project .build.outputTimestamp>
49
49
50
50
<!-- 20-Mar-2021, tatu: limit heap for tests to catch some
51
51
of "too big allocation" cases
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-protobuf</artifactId >
15
15
<name >Jackson dataformat: Protobuf</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-smile</artifactId >
15
15
<name >Jackson dataformat: Smile</name >
You can’t perform that action at this time.
0 commit comments