File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Deploy Snapshot
2
2
on :
3
3
push :
4
- branches : [3.*]
4
+ branches : [' 3.*' ]
5
5
paths-ignore :
6
6
- " README.md"
7
7
- " release-notes/*"
8
8
pull_request :
9
- branches : [3.*]
9
+ branches :
10
10
paths-ignore :
11
11
- " README.md"
12
12
- " release-notes/*"
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >tools.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >3.0.0-rc4 -SNAPSHOT</version >
12
+ <version >3.0.0-rc5 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<groupId >tools.jackson.dataformat</groupId >
16
16
<artifactId >jackson-dataformat-xml</artifactId >
17
- <version >3.0.0-rc4 -SNAPSHOT</version >
17
+ <version >3.0.0-rc5 -SNAPSHOT</version >
18
18
<name >Jackson-dataformat-XML</name >
19
19
<packaging >jar</packaging >
20
20
<description >Data format extension for Jackson to offer
@@ -32,7 +32,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
32
32
<packageVersion .package>${project.groupId} .xml</packageVersion .package>
33
33
34
34
<!-- for Reproducible Builds -->
35
- <project .build.outputTimestamp>2025-04-14T02:36:24Z </project .build.outputTimestamp>
35
+ <project .build.outputTimestamp>2025-05-10T23:56:11Z </project .build.outputTimestamp>
36
36
</properties >
37
37
38
38
<dependencies >
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Version: 3.x (for earlier see VERSION-2.x)
5
5
=== Releases ===
6
6
------------------------------------------------------------------------
7
7
8
+ 3.0.0-rc4 (10-May-2025)
9
+
10
+ No changes since rc3.
11
+
8
12
3.0.0-rc3 (13-Apr-2025)
9
13
10
14
- Branch rename "master" -> "3.x" [JSTEP-12]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Project: jackson-dataformat-xml
8
8
9
9
- Generate SBOMs [JSTEP-14 ]
10
10
11
- 2.19.0 -rc2 (24 -Apr-2025 )
11
+ 2.19.0 (24 -Apr-2025 )
12
12
13
13
#508 : `XmlMapper` is unable to deserialise into an empty record
14
14
(reported by @protazy)
@@ -20,6 +20,7 @@ Project: jackson-dataformat-xml
20
20
(contributed by @duoduobingbing)
21
21
- Upgrade Woodstox to 7.1.0
22
22
23
+ 2.18.4 (06 -May-2025 )
23
24
2.18.3 (28 -Feb-2025 )
24
25
25
26
No changes since 2.18.2
You can’t perform that action at this time.
0 commit comments