Skip to content

Commit 82a42be

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fccf8c1 commit 82a42be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.14.1</version>
16+
<version>2.14.2-SNAPSHOT</version>
1717
<name>jackson-databind</name>
1818
<packaging>bundle</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
3232
<developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
3333
<url>https://github.com/FasterXML/jackson-databind</url>
34-
<tag>jackson-databind-2.14.1</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<properties>
@@ -67,7 +67,7 @@
6767
<version.powermock>2.0.9</version.powermock>
6868

6969
<!-- for Reproducible Builds -->
70-
<project.build.outputTimestamp>2022-11-21T23:42:01Z</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>2022-11-21T23:42:24Z</project.build.outputTimestamp>
7171
</properties>
7272

7373
<dependencies>

0 commit comments

Comments
 (0)