File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- " 3.0"
7
- - " 2.17 "
7
+ - " 2.18 "
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.17 "
15
+ - " 2.18 "
16
16
paths-ignore :
17
17
- " README.md"
18
18
- " release-notes/*"
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.17.1 -SNAPSHOT</version >
11
+ <version >2.18.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.module</groupId >
14
14
<artifactId >jackson-module-kotlin</artifactId >
15
15
<name >jackson-module-kotlin</name >
16
- <version >2.17.1 -SNAPSHOT</version >
16
+ <version >2.18.0 -SNAPSHOT</version >
17
17
<packaging >bundle</packaging >
18
18
<description >Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
19
19
Kotlin language, specifically introspection of method/constructor parameter names,
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Co-maintainers:
16
16
= == Releases == =
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
19
+ 2.18 .0 (not yet released )
20
+
21
+ No changes since 2.17
22
+
19
23
2.17 .1 (not yet released )
20
24
21
25
#776 : Delete Duration conversion that was no longer needed .
You can’t perform that action at this time.
0 commit comments