Skip to content

Commit 9c99b45

Browse files
committed
[maven-release-plugin] prepare release jackson-core-2.19.0
1 parent 1ac378d commit 9c99b45

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>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.19.0-SNAPSHOT</version>
16+
<version>2.19.0</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
3030
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
3131
<url>https://github.com/FasterXML/jackson-core</url>
32-
<tag>HEAD</tag>
32+
<tag>jackson-core-2.19.0</tag>
3333
</scm>
3434

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

5959
<!-- for Reproducible Builds -->
60-
<project.build.outputTimestamp>2025-04-08T01:08:33Z</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>2025-04-24T23:26:31Z</project.build.outputTimestamp>
6161

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

0 commit comments

Comments
 (0)