Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-databind-2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 5, 2024
1 parent 04dc601 commit cf9e855
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.1-SNAPSHOT</version>
<version>2.17.1</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>HEAD</tag>
<tag>jackson-databind-2.17.1</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-03-12T21:52:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-05T01:59:41Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit cf9e855

Please sign in to comment.