File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-bom</artifactId >
7
- <version >2.19.0-SNAPSHOT</version >
7
+ <version >2.19.0-rc2- SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >jackson-base</artifactId >
10
10
<name >Jackson Base</name >
@@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom`
32
32
<jackson-bom .version>${project.parent.version} </jackson-bom .version>
33
33
34
34
<!-- for Reproducible Builds -->
35
- <project .build.outputTimestamp>2025-04-08T00:28:47Z </project .build.outputTimestamp>
35
+ <project .build.outputTimestamp>2025-04-08T00:58:14Z </project .build.outputTimestamp>
36
36
</properties >
37
37
38
38
<dependencyManagement >
Original file line number Diff line number Diff line change 6
6
<groupId >com.fasterxml.jackson</groupId >
7
7
<artifactId >jackson-parent</artifactId >
8
8
<!-- note: does NOT change for every version of bom -->
9
- <version >2.19-SNAPSHOT </version >
9
+ <version >2.19-rc2 </version >
10
10
</parent >
11
11
12
12
<artifactId >jackson-bom</artifactId >
13
13
<name >Jackson BOM</name >
14
14
<description >Bill of Materials pom for getting full, complete set of compatible versions
15
15
of Jackson components maintained by FasterXML.com
16
16
</description >
17
- <version >2.19.0-SNAPSHOT</version >
17
+ <version >2.19.0-rc2- SNAPSHOT</version >
18
18
<packaging >pom</packaging >
19
19
20
20
<modules >
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
49
49
</scm >
50
50
51
51
<properties >
52
- <jackson .version>2.19.0-rc1-SNAPSHOT </jackson .version>
52
+ <jackson .version>2.19.0-rc2 </jackson .version>
53
53
54
54
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
55
55
of annotations BUT they are all identical, content-wise.
@@ -77,7 +77,7 @@ of Jackson components maintained by FasterXML.com
77
77
<stax2 .version>4.2.2</stax2 .version>
78
78
79
79
<!-- for Reproducible Builds -->
80
- <project .build.outputTimestamp>2025-04-08T00:28:47Z </project .build.outputTimestamp>
80
+ <project .build.outputTimestamp>2025-04-08T00:58:14Z </project .build.outputTimestamp>
81
81 </properties >
82
82
83
83
<dependencyManagement >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Jackson components (core, modules)
9
9
=== Releases (note: only includes patches with actual changes)
10
10
------------------------------------------------------------------------
11
11
12
- 2.19.0-rc1 (07 -Apr-2025 )
12
+ 2.19.0-rc2 (07 -Apr-2025 )
13
13
14
14
#85 : Add ' org.gradlex:gradle-module-metadata-maven-plugin:1.0'
15
15
#88 : Add `com.fasterxml.woodstox:woodstox-core` as managed (version 7.1.0 )
You can’t perform that action at this time.
0 commit comments