Skip to content

Commit 4105844

Browse files
committed
[maven-release-plugin] prepare release jackson-databind-2.18.3
1 parent 5b45356 commit 4105844

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.18.3-SNAPSHOT</version>
16+
<version>2.18.3</version>
1717
<name>jackson-databind</name>
1818
<packaging>jar</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
3232
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
3333
<url>https://github.com/FasterXML/jackson-databind</url>
34-
<tag>jackson-databind-2.18.2</tag>
34+
<tag>jackson-databind-2.18.3</tag>
3535
</scm>
3636

3737
<properties>
@@ -68,7 +68,7 @@
6868
<packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
6969

7070
<!-- for Reproducible Builds -->
71-
<project.build.outputTimestamp>2024-11-28T01:11:23Z</project.build.outputTimestamp>
71+
<project.build.outputTimestamp>2025-02-28T23:37:18Z</project.build.outputTimestamp>
7272
</properties>
7373

7474
<dependencyManagement>
@@ -227,8 +227,8 @@
227227
<artifactId>maven-javadoc-plugin</artifactId>
228228
<configuration>
229229
<links combine.children="append">
230-
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.0</link>>
231-
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.0</link>>
230+
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.0</link>&gt;
231+
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.0</link>&gt;
232232
</links>
233233
</configuration>
234234
</plugin>

0 commit comments

Comments
 (0)