Skip to content

Commit 8ad6e0a

Browse files
committed
Move to 2.20.0-rc1-SNAPSHOT
1 parent 500ef4d commit 8ad6e0a

File tree

2 files changed

+7
-7
lines changed

2 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.20.0-SNAPSHOT</version>
7+
<version>2.20.0-rc1-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-24T23:09:41Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-08-01T16:55:09Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencyManagement>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
77
<!-- note: does NOT change for every version of bom -->
8-
<version>2.20-SNAPSHOT</version>
8+
<version>2.20-rc1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jackson-bom</artifactId>
1212
<name>Jackson BOM</name>
1313
<description>Bill of Materials pom for getting full, complete set of compatible versions
1414
of Jackson components maintained by FasterXML.com
1515
</description>
16-
<version>2.20.0-SNAPSHOT</version>
16+
<version>2.20.0-rc1-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>
@@ -48,7 +48,7 @@ of Jackson components maintained by FasterXML.com
4848
</scm>
4949

5050
<properties>
51-
<jackson.version>2.20.0-SNAPSHOT</jackson.version>
51+
<jackson.version>2.20.0-rc1-SNAPSHOT</jackson.version>
5252

5353
<!-- 25-Sep-2019, tatu: With Jackson 2.x we release full patch-level versions
5454
of annotations BUT they are all identical, content-wise.
@@ -59,7 +59,7 @@ of Jackson components maintained by FasterXML.com
5959
<!-- 10-Jul-2025, tatu: Jackson 2.20 finally drops patch from `jackson-annotations`:
6060
hence we need to separate it out.
6161
-->
62-
<jackson.version.annotations>2.20-SNAPSHOT</jackson.version.annotations>
62+
<jackson.version.annotations>2.20-rc1-SNAPSHOT</jackson.version.annotations>
6363

6464
<jackson.version.core>${jackson.version}</jackson.version.core>
6565
<jackson.version.databind>${jackson.version}</jackson.version.databind>
@@ -80,7 +80,7 @@ of Jackson components maintained by FasterXML.com
8080
<jackson.version.dep.stax2-api>4.2.2</jackson.version.dep.stax2-api>
8181

8282
<!-- for Reproducible Builds -->
83-
<project.build.outputTimestamp>2025-04-24T23:09:41Z</project.build.outputTimestamp>
83+
<project.build.outputTimestamp>2025-08-01T16:55:09Z</project.build.outputTimestamp>
8484
</properties>
8585

8686
<dependencyManagement>

0 commit comments

Comments
 (0)