Skip to content

Commit ec93bf7

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

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

1515
<groupId>com.fasterxml.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>2.20.0-rc1</version>
17+
<version>2.20.0-rc2-SNAPSHOT</version>
1818
<name>jackson-databind</name>
1919
<packaging>jar</packaging>
2020
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
3333
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
3434
<url>https://github.com/FasterXML/jackson-databind</url>
35-
<tag>jackson-databind-2.20.0-rc1</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737

3838
<properties>
@@ -74,7 +74,7 @@
7474
<packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
7575

7676
<!-- for Reproducible Builds -->
77-
<project.build.outputTimestamp>2025-08-05T01:00:47Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2025-08-05T01:01:09Z</project.build.outputTimestamp>
7878
</properties>
7979

8080
<dependencyManagement>

0 commit comments

Comments
 (0)