Skip to content

Commit 0bbd494

Browse files
committed
[maven-release-plugin] prepare release jackson-core-3.0.0-rc1
1 parent 06cf54f commit 0bbd494

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
@@ -13,7 +13,7 @@
1313
<groupId>tools.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>3.0.0-rc1-SNAPSHOT</version>
16+
<version>3.0.0-rc1</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<inceptionYear>2007</inceptionYear>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/FasterXML/jackson-core.git</connection>
3131
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
3232
<url>http://github.com/FasterXML/jackson-core</url>
33-
<tag>HEAD</tag>
33+
<tag>jackson-core-3.0.0-rc1</tag>
3434
</scm>
3535

3636
<properties>
@@ -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>2025-03-07T00:00:00Z</project.build.outputTimestamp>
59+
<project.build.outputTimestamp>2025-03-07T23:24:44Z</project.build.outputTimestamp>
6060

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

0 commit comments

Comments
 (0)