File tree Expand file tree Collapse file tree 8 files changed +13
-9
lines changed Expand file tree Collapse file tree 8 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- " 3.0"
7
- - " 2.16 "
7
+ - " 2.17 "
8
8
paths-ignore :
9
9
- " README.md"
10
10
- " release-notes/*"
11
11
pull_request :
12
12
branches :
13
13
- master
14
14
- " 3.0"
15
- - " 2.16 "
15
+ - " 2.17 "
16
16
paths-ignore :
17
17
- " README.md"
18
18
- " release-notes/*"
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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.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.16.1 -SNAPSHOT</version >
7
+ <version >2.17.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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.0 -SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
14
<description >Parent pom for Jackson binary dataformats.
15
15
</description >
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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.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 @@ -14,6 +14,10 @@ Active maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.17 .0 (not yet released )
18
+
19
+ -
20
+
17
21
2.16 .0 (15 - Nov - 2023 )
18
22
19
23
#400 : (avro) Rewrite Avro buffer recycling (`ApacheCodecRecycler.java`) to
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.16.1 -SNAPSHOT</version >
12
+ <version >2.17.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