Skip to content

Commit f9aeae7

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a3991ff commit f9aeae7

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
<groupId>tools.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>3.0.3</version>
16+
<version>3.0.4-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<inceptionYear>2007</inceptionYear>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/FasterXML/jackson-core.git</connection>
4141
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
4242
<url>http://github.com/FasterXML/jackson-core</url>
43-
<tag>jackson-core-3.0.3</tag>
43+
<tag>jackson-core-3.0.1</tag>
4444
</scm>
4545

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

6868
<!-- for Reproducible Builds -->
69-
<project.build.outputTimestamp>2025-11-28T18:49:01Z</project.build.outputTimestamp>
69+
<project.build.outputTimestamp>2025-11-28T18:49:51Z</project.build.outputTimestamp>
7070

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

0 commit comments

Comments
 (0)