Skip to content

Commit a84f99a

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

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
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.19.0</version>
16+
<version>2.19.1-SNAPSHOT</version>
1717
<name>jackson-databind</name>
1818
<packaging>jar</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -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-2.19.0</tag>
34+
<tag>jackson-databind-2.19.0-rc2</tag>
3535
</scm>
3636

3737
<properties>
@@ -73,7 +73,7 @@
7373
<packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
7474

7575
<!-- for Reproducible Builds -->
76-
<project.build.outputTimestamp>2025-04-24T23:40:43Z</project.build.outputTimestamp>
76+
<project.build.outputTimestamp>2025-04-24T23:41:06Z</project.build.outputTimestamp>
7777
</properties>
7878

7979
<dependencyManagement>

0 commit comments

Comments
 (0)