Skip to content

Commit 360e498

Browse files
committed
[maven-release-plugin] prepare release jackson-core-2.20.0-rc1
1 parent 538ac44 commit 360e498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-core</artifactId>
1616
<name>Jackson-core</name>
17-
<version>2.20.0-rc1-SNAPSHOT</version>
17+
<version>2.20.0-rc1</version>
1818
<packaging>jar</packaging>
1919
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
2020
<licenses>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
3131
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-core</url>
33-
<tag>HEAD</tag>
33+
<tag>jackson-core-2.20.0-rc1</tag>
3434
</scm>
3535

3636
<properties>
@@ -58,7 +58,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
5858
<packageVersion.package>${project.groupId}.json</packageVersion.package>
5959

6060
<!-- for Reproducible Builds -->
61-
<project.build.outputTimestamp>2025-04-24T23:27:29Z</project.build.outputTimestamp>
61+
<project.build.outputTimestamp>2025-08-05T00:52:48Z</project.build.outputTimestamp>
6262

6363
<!-- for validation of JaCoCo execution -->
6464
<!-- 28-Apr-2025, tatu: Seems to fail for various reasons, so... -->

0 commit comments

Comments
 (0)