Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 5, 2023
1 parent 8cdba21 commit 6f3d20f
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.3</version>
<version>2.14.4-SNAPSHOT</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:[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.14.3</tag>
<tag>HEAD</tag>
</scm>

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

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-05-05T16:31:22Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-05T16:31:43Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 6f3d20f

Please sign in to comment.