Skip to content

Commit f59c106

Browse files
committed
[maven-release-plugin] prepare release jackson-core-3.1.0
1 parent a916a01 commit f59c106

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
@@ -13,7 +13,7 @@
1313
<groupId>tools.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>3.1.0-SNAPSHOT</version>
16+
<version>3.1.0</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<inceptionYear>2007</inceptionYear>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/FasterXML/jackson-core.git</connection>
4141
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
4242
<url>http://github.com/FasterXML/jackson-core</url>
43-
<tag>HEAD</tag>
43+
<tag>jackson-core-3.1.0</tag>
4444
</scm>
4545

4646
<properties>
@@ -66,7 +66,7 @@ tools.jackson.core.*;version=${project.version}
6666
<packageVersion.package>${project.groupId}.json</packageVersion.package>
6767

6868
<!-- for Reproducible Builds -->
69-
<project.build.outputTimestamp>2026-01-28T03:43:50Z</project.build.outputTimestamp>
69+
<project.build.outputTimestamp>2026-02-23T20:58:44Z</project.build.outputTimestamp>
7070

7171
<!-- for validation of JaCoCo execution -->
7272
<jacocoStrict>false</jacocoStrict>

0 commit comments

Comments
 (0)