Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-databind-2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 1, 2024
1 parent 5fd6e50 commit 6424232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.3-SNAPSHOT</version>
<version>2.17.3</version>
<name>jackson-databind</name>
<packaging>jar</packaging>
<description>General data-binding functionality for Jackson: works on core streaming API</description>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
<url>https://github.com/FasterXML/jackson-databind</url>
<tag>jackson-databind-2.17.1</tag>
<tag>jackson-databind-2.17.3</tag>
</scm>

<properties>
Expand Down Expand Up @@ -68,7 +68,7 @@
<version.powermock>2.0.9</version.powermock>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2024-07-05T17:15:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-01T20:31:49Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 6424232

Please sign in to comment.