Skip to content

Commit 1287483

Browse files
committed
Update version to 3.0.0-rc1-SNAPSHOT
1 parent 210b050 commit 1287483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>tools.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>3.0.0-SNAPSHOT</version>
11+
<version>3.0.0-rc1-SNAPSHOT</version>
1212
</parent>
1313
<groupId>tools.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>3.0.0-SNAPSHOT</version>
16+
<version>3.0.0-rc1-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<inceptionYear>2007</inceptionYear>
@@ -56,7 +56,7 @@ tools.jackson.core.*;version=${project.version}
5656
<packageVersion.package>${project.groupId}.json</packageVersion.package>
5757

5858
<!-- for Reproducible Builds -->
59-
<project.build.outputTimestamp>2022-11-27T00:00:00Z</project.build.outputTimestamp>
59+
<project.build.outputTimestamp>2025-02-26T00:00:00Z</project.build.outputTimestamp>
6060

6161
<!-- for validation of JaCoCo execution -->
6262
<jacocoStrict>true</jacocoStrict>

0 commit comments

Comments
 (0)