File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed 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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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.0-SNAPSHOT </version >
7
+ <version >2.19.0-rc2 </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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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>2024-09-27T03:20:35Z </project .build.outputTimestamp>
48
+ <project .build.outputTimestamp>2025-04-08T01:26:56Z </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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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 @@ -14,7 +14,7 @@ Active maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- 2.19 .0 ( not yet released )
17
+ 2.19 .0 - rc2 ( 07 - Apr - 2025 )
18
18
19
19
#300 : (smile) Floats are encoded with sign extension while doubles without
20
20
(reported by Steven F )
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.0-SNAPSHOT</version >
12
+ <version >2.19.0-rc2- 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