8000 Prep for 2.19.0-rc2 (due to botched rc1) · FasterXML/jackson-bom@503a444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 503a444

Browse files
committed
Prep for 2.19.0-rc2 (due to botched rc1)
1 parent 52fed7b commit 503a444

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-bom</artifactId>
7-
<version>2.19.0-SNAPSHOT</version>
7+
<version>2.19.0-rc2-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<name>Jackson Base</name>
@@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom`
3232
<jackson-bom.version>${project.parent.version}</jackson-bom.version>
3333

3434
<!-- 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>
3636
</properties>
3737

3838
<dependencyManagement>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
88
<!-- note: does NOT change for every version of bom -->
9-
<version>2.19-SNAPSHOT</version>
9+
<version>2.19-rc2</version>
1010
</parent>
1111

1212
<artifactId>jackson-bom</artifactId>
1313
<name>Jackson BOM</name>
1414
<description>Bill of Materials pom for getting full, complete set of compatible versions
1515
of Jackson components maintained by FasterXML.com
1616
</description>
17-
<version>2.19.0-SNAPSHOT</version>
17+
<version>2.19.0-rc2-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<modules>
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
4949
</scm>
5050

5151
<properties>
52-
<jackson.version>2.19.0-rc1-SNAPSHOT</jackson.version>
52+
<jackson.version>2.19.0-rc2</jackson.version>
5353

5454
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
5555
of annotations BUT they are all identical, content-wise.
@@ -77,7 +77,7 @@ of Jackson components maintained by FasterXML.com
7777
<stax2.version>4.2.2</stax2.version>
7878

7979
<!-- 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>
8181
</properties>
8282

8383
<dependencyManagement>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Jackson components (core, modules)
99
=== Releases (note: only includes patches with actual changes)
1010
------------------------------------------------------------------------
1111

12-
2.19.0-rc1 (07-Apr-2025)
12+
2.19.0-rc2 (07-Apr-2025)
1313

1414
#85: Add 'org.gradlex:gradle-module-metadata-maven-plugin:1.0'
1515
#88: Add `com.fasterxml.woodstox:woodstox-core` as managed (version 7.1.0)

0 commit comments

Comments
 (0)
0