Skip to content

Commit 54f854b

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-2.20.0
1 parent 9cc68d4 commit 54f854b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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</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-08-14T17:05:11Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-08-28T22:47:47Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencyManagement>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>
@@ -44,7 +44,7 @@ of Jackson components maintained by FasterXML.com
4444
<connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection>
4545
<developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection>
4646
<url>https://github.com/FasterXML/jackson-bom</url>
47-
<tag>HEAD</tag>
47+
<tag>jackson-bom-2.20.0</tag>
4848
</scm>
4949

5050
<properties>
@@ -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-08-14T17:05:11Z</project.build.outputTimestamp>
83+
<project.build.outputTimestamp>2025-08-28T22:47:47Z</project.build.outputTimestamp>
8484
</properties>
8585

8686
<dependencyManagement>

0 commit comments

Comments
 (0)