Skip to content

Commit f606902

Browse files
committed
[maven-release-plugin] prepare release jackson-databind-3.0.1
1 parent b15a94c commit f606902

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
</parent>
1414
<groupId>tools.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>3.0.1-SNAPSHOT</version>
16+
<version>3.0.1</version>
1717
<name>jackson-databind</name>
1818
<description>General data-binding functionality for Jackson: works on core streaming API</description>
1919
<url>https://github.com/FasterXML/jackson</url>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
3131
<developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-databind</url>
33-
<tag>HEAD</tag>
33+
<tag>jackson-databind-3.0.1</tag>
3434
</scm>
3535

3636
<properties>
@@ -81,7 +81,7 @@
8181
<packageVersion.package>tools.jackson.databind.cfg</packageVersion.package>
8282

8383
<!-- for Reproducible Builds -->
84-
<project.build.outputTimestamp>2025-10-03T23:28:39Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2025-10-22T02:00:10Z</project.build.outputTimestamp>
8585
</properties>
8686

8787
<dependencyManagement>

0 commit comments

Comments
 (0)