Skip to content

Commit c4b46d2

Browse files
committed
[maven-release-plugin] prepare release jackson-databind-3.0.0-rc5
1 parent 7bc9ad0 commit c4b46d2

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.0-rc5-SNAPSHOT</version>
16+
<version>3.0.0-rc5</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:[email protected]:FasterXML/jackson-databind.git</connection>
3131
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-databind</url>
33-
<tag>HEAD</tag>
33+
<tag>jackson-databind-3.0.0-rc5</tag>
3434
</scm>
3535

3636
<properties>
@@ -79,7 +79,7 @@
7979
<packageVersion.package>tools.jackson.databind.cfg</packageVersion.package>
8080

8181
<!-- for Reproducible Builds -->
82-
<project.build.outputTimestamp>2025-05-10T23:26:21Z</project.build.outputTimestamp>
82+
<project.build.outputTimestamp>2025-05-22T16:46:44Z</project.build.outputTimestamp>
8383
</properties>
8484

8585
<dependencyManagement>

0 commit comments

Comments
 (0)