Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-databind-2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 16, 2023
1 parent 3d9dd34 commit 6e37325
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.15.1-SNAPSHOT</version>
<version>2.15.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: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.15.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>2023-04-23T21:43:15Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-16T21:47:14Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 6e37325

Please sign in to comment.