Skip to content

Commit 719ac05

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 997c59e commit 719ac05

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
@@ -14,7 +14,7 @@
1414
<groupId>tools.jackson.core</groupId>
1515
<artifactId>jackson-core</artifactId>
1616
<name>Jackson-core</name>
17-
<version>3.0.0-rc5</version>
17+
<version>3.0.0-rc6-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
2020
<inceptionYear>2007</inceptionYear>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/FasterXML/jackson-core.git</connection>
3232
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
3333
<url>http://github.com/FasterXML/jackson-core</url>
34-
<tag>jackson-core-3.0.0-rc5</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<properties>
@@ -57,7 +57,7 @@ tools.jackson.core.*;version=${project.version}
5757
<packageVersion.package>${project.groupId}.json</packageVersion.package>
5858

5959
<!-- for Reproducible Builds -->
60-
<project.build.outputTimestamp>2025-05-22T16:36:17Z</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>2025-05-22T16:37:08Z</project.build.outputTimestamp>
6161

6262
<!-- for validation of JaCoCo execution -->
6363
<jacocoStrict>false</jacocoStrict>

0 commit comments

Comments
 (0)