Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-databind-2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 21, 2022
1 parent 524dbc2 commit fccf8c1
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.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<name>jackson-databind</name>
<packaging>bundle</packaging>
<description>General data-binding functionality for Jackson: works on core streaming API</description>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
<url>https://github.com/FasterXML/jackson-databind</url>
<tag>HEAD</tag>
<tag>jackson-databind-2.14.1</tag>
</scm>

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

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-11-05T20:38:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-21T23:42:01Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit fccf8c1

Please sign in to comment.