Skip to content

Commit b0fa53f

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-3.0.0-rc10
1 parent ce6fbc2 commit b0fa53f

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-rc10-SNAPSHOT</version>
7+
<version>3.0.0-rc10</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-rc10-SNAPSHOT</version>
20+
<version>3.0.0-rc10</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:git@github.com:FasterXML/jackson-bom.git</connection>
4949
<developerConnection>scm:git:git@github.com: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-rc10</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-09-06T01:05:08Z</project.build.outputTimestamp>
80+
<project.build.outputTimestamp>2025-09-19T23:54:58Z</project.build.outputTimestamp>
8181
</properties>
8282

8383
<distributionManagement>

0 commit comments

Comments
 (0)