Skip to content

Commit 5812a9a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d658b02 commit 5812a9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>tools.jackson.core</groupId>
1515
<artifactId>jackson-core</artifactId>
1616
<name>Jackson-core</name>
17-
<version>3.2.0</version>
17+
<version>3.2.1-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
2020
<inceptionYear>2007</inceptionYear>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/FasterXML/jackson-core.git</connection>
4242
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
4343
<url>http://github.com/FasterXML/jackson-core</url>
44-
<tag>jackson-core-3.2.0</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<properties>
@@ -67,7 +67,7 @@ tools.jackson.core.*;version=${project.version}
6767
<packageVersion.package>${project.groupId}.json</packageVersion.package>
6868

6969
<!-- for Reproducible Builds -->
70-
<project.build.outputTimestamp>2026-06-08T22:59:54Z</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>2026-06-08T23:00:50Z</project.build.outputTimestamp>
7171

7272
<!-- for validation of JaCoCo execution -->
7373
<jacocoStrict>false</jacocoStrict>

0 commit comments

Comments
 (0)