Skip to content

Commit e03d870

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-3.0.0-rc8
1 parent 08f4ae9 commit e03d870

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>tools.jackson</groupId>
66
<artifactId>jackson-bom</artifactId>
7-
<version>3.0.0-rc8-SNAPSHOT</version>
7+
<version>3.0.0-rc8</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<name>Jackson Base</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<description>Bill of Materials pom for getting full, complete set of compatible versions
1818
of Jackson 3.x components maintained by FasterXML.com
1919
</description>
20-
<version>3.0.0-rc8-SNAPSHOT</version>
20+
<version>3.0.0-rc8</version>
2121
<packaging>pom</packaging>
2222

2323
<modules>
@@ -48,7 +48,7 @@ of Jackson 3.x components maintained by FasterXML.com
4848
<connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection>
4949
<developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection>
5050
<url>http://github.com/FasterXML/jackson-bom</url>
51-
<tag>HEAD</tag>
51+
<tag>jackson-bom-3.0.0-rc8</tag>
5252
</scm>
5353

5454
<properties>
@@ -77,7 +77,7 @@ of Jackson 3.x components maintained by FasterXML.com
7777
<jackson.version.dep.stax2-api>4.2.2</jackson.version.dep.stax2-api>
7878

7979
<!-- for Reproducible Builds -->
80-
<project.build.outputTimestamp>2025-08-08T15:31:40Z</project.build.outputTimestamp>
80+
<project.build.outputTimestamp>2025-08-13T18:03:07Z</project.build.outputTimestamp>
8181
</properties>
8282

8383
<distributionManagement>

0 commit comments

Comments
 (0)