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.18 "
7
+ - " 2.19 "
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.18 "
15
+ - " 2.19 "
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-text</artifactId >
12
- <version >2.18.1 -SNAPSHOT</version >
12
+ <version >2.19.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-csv</artifactId >
15
15
<name >Jackson-dataformat-CSV</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.18.1 -SNAPSHOT</version >
6
+ <version >2.19.0 -SNAPSHOT</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.dataformat</groupId >
9
9
<artifactId >jackson-dataformats-text</artifactId >
10
10
<name >Jackson dataformats: Text</name >
11
- <version >2.18.1 -SNAPSHOT</version >
11
+ <version >2.19.0 -SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
<description >Parent pom for Jackson text-based dataformats (as opposed to binary).
14
14
</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-text</artifactId >
12
- <version >2.18.1 -SNAPSHOT</version >
12
+ <version >2.19.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-properties</artifactId >
15
15
<name >Jackson-dataformat-Properties</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.19.0 (not yet released)
18
+
19
+ -
20
+
17
21
2.18.0 (26 -Sep-2024 )
18
22
19
23
#442 : (csv) Allow use of " value decorators" (like `[` and `]` for arrays)
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-text</artifactId >
12
- <version >2.18.1 -SNAPSHOT</version >
12
+ <version >2.19.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-toml</artifactId >
15
15
<packaging >jar</packaging >
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-text</artifactId >
12
- <version >2.18.1 -SNAPSHOT</version >
12
+ <version >2.19.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-yaml</artifactId >
15
15
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments