File tree 7 files changed +12
-8
lines changed
7 files changed +12
-8
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.datatype</groupId >
11
11
<artifactId >jackson-datatypes-collections</artifactId >
12
- <version >2.16.1 -SNAPSHOT</version >
12
+ <version >2.17.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-datatype-eclipse-collections</artifactId >
15
15
<name >Jackson datatype: eclipse-collections</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatypes-collections</artifactId >
11
- <version >2.16.1 -SNAPSHOT</version >
11
+ <version >2.17.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-guava</artifactId >
14
14
<name >Jackson datatype: Guava</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatypes-collections</artifactId >
11
- <version >2.16.1 -SNAPSHOT</version >
11
+ <version >2.17.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hppc</artifactId >
14
14
<name >Jackson datatype: HPPC</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatypes-collections</artifactId >
11
- <version >2.16.1 -SNAPSHOT</version >
11
+ <version >2.17.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-pcollections</artifactId >
14
14
<name >Jackson datatype: pcollections</name >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.16.1 -SNAPSHOT</version >
6
+ <version >2.17.0 -SNAPSHOT</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatypes-collections</artifactId >
10
10
<name >Jackson datatypes: collections</name >
11
- <version >2.16.1 -SNAPSHOT</version >
11
+ <version >2.17.0 -SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
<description >Parent pom for Jackson Collection datatype modules.
14
14
</description >
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Active Maintainers:
16
16
=== Releases ===
17
17
------------------------------------------------------------------------
18
18
19
+ 2.17.0 (not yet released)
20
+
21
+ -
22
+
19
23
2.16.0 (15 -Nov-2023 )
20
24
21
25
#90 : (guava) Cache Serialization serializes empty contents
You can’t perform that action at this time.
0 commit comments