Skip to content

Commit 8e1a1ac

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6371b60 commit 8e1a1ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</parent>
1515
<groupId>tools.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>3.0.0-rc3</version>
17+
<version>3.0.0-rc4-SNAPSHOT</version>
1818
<name>jackson-databind</name>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
2020
<url>https://github.com/FasterXML/jackson</url>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
3232
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
3333
<url>https://github.com/FasterXML/jackson-databind</url>
34-
<tag>jackson-databind-3.0.0-rc3</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<properties>
@@ -80,7 +80,7 @@
8080
<packageVersion.package>tools.jackson.databind.cfg</packageVersion.package>
8181

8282
<!-- for Reproducible Builds -->
83-
<project.build.outputTimestamp>2025-04-14T01:53:34Z</project.build.outputTimestamp>
83+
<project.build.outputTimestamp>2025-04-14T01:54:03Z</project.build.outputTimestamp>
8484
</properties>
8585

8686
<dependencyManagement>

0 commit comments

Comments
 (0)